Skip to content

Commit

Permalink
Properly escape env variables in release workflow (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres authored Nov 5, 2024
1 parent 18830f0 commit 7cf2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cf2963

Please sign in to comment.