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 bdaebb1 commit 0624386Copy full SHA for 0624386
1 file changed
.github/workflows/deploy.yml
@@ -43,6 +43,8 @@ jobs:
43
echo 'Please update your tag to match the expected regex pattern'
44
exit 1
45
fi
46
+ env:
47
+ TAG: ${{ github.event.release.tag_name }}
48
49
- name: Checkout
50
uses: actions/checkout@v6
0 commit comments