ci: Fix invalid symbol in github deploy workflow
This commit is contained in:
parent
304bbc4d27
commit
dcbd542dee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue