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
1 changed files with 1 additions and 1 deletions

View File

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