We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18830f0 commit 7cf2963Copy full SHA for 7cf2963
.github/workflows/upload-artifacts.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: mathieudutour/github-tag-action@v6.2
24
with:
25
tag_prefix: "v"
26
- custom_tag: "$VERSION"
+ custom_tag: ${{ env.VERSION }}
27
github_token: ${{ github.token }}
28
29
- name: install-dependencies
0 commit comments