summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 01:55:36 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 01:55:36 -0400
commitdcbd542dee4e31e8fc30a51b8734d6cb838f1755 (patch)
tree059838a6c7fd198e5cfe93477f29beaea157221c /.github
parent304bbc4d274dd8046ced8f1e19f02a61ab9007b0 (diff)
ci: Fix invalid symbol in github deploy workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a206f256..bd9a45ad 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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