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