diff --git a/.github/workflows/upload-artifacts.yml b/.github/workflows/upload-artifacts.yml index 9e500594..d3a4cc46 100644 --- a/.github/workflows/upload-artifacts.yml +++ b/.github/workflows/upload-artifacts.yml @@ -23,7 +23,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.2 with: tag_prefix: "v" - custom_tag: "$VERSION" + custom_tag: ${{ env.VERSION }} github_token: ${{ github.token }} - name: install-dependencies