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 a9affc4 commit 959301fCopy full SHA for 959301f
.github/workflows/ci.yaml
@@ -27,6 +27,7 @@ jobs:
27
TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')"
28
git tag $TAG
29
git push origin $TAG
30
+ echo "TAG=$TAG" >> $GITHUB_ENV
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
0 commit comments