We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb9779 commit cbac0b6Copy full SHA for cbac0b6
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,9 @@ jobs:
34
35
steps:
36
- name: Set Release Version
37
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV
38
+ env:
39
+ TAG: ${{ github.event.release.tag_name }}
40
41
- name: Check Release Tag Format
42
run: |
0 commit comments