ci: Fix invalid symbol in github deploy workflow

This commit is contained in:
ClementTsang 2020-08-24 01:55:36 -04:00
parent 304bbc4d27
commit dcbd542dee

View File

@ -29,7 +29,7 @@ jobs:
with: with:
repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }}
file: bottom.rb file: bottom.rb
tag: ${{ $RELEASE_VERSION }} tag: $RELEASE_VERSION
overwrite: true overwrite: true
update_packages: update_packages:
runs-on: ubuntu-latest runs-on: ubuntu-latest