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 217d45f commit fb8618fCopy full SHA for fb8618f
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
with:
22
-# tag_name: ${{ github.ref }}-${{ github.sha }}
+ tag_name: ${{ github.ref }}-${{ github.sha }}
23
release_name: PoLiGo Build
24
draft: false
25
prerelease: false
0 commit comments