mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +02:00
ci: Fix invalid symbol in github deploy workflow
This commit is contained in:
parent
304bbc4d27
commit
dcbd542dee
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user