Skip to content

Commit 959301f

Browse files
authored
fix: 自动生成golang下载命令
1 parent a9affc4 commit 959301f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')"
2828
git tag $TAG
2929
git push origin $TAG
30+
echo "TAG=$TAG" >> $GITHUB_ENV
3031
env:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233

0 commit comments

Comments
 (0)