From dcbd542dee4e31e8fc30a51b8734d6cb838f1755 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 24 Aug 2020 01:55:36 -0400 Subject: [PATCH] ci: Fix invalid symbol in github deploy workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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