We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05887e5 commit a27afafCopy full SHA for a27afaf
1 file changed
.github/workflows/cli-build.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
run: |
76
- gh release create "${{ github.sha }}" \
+ gh release create "commit-${{ github.sha }}" \
77
--repo "${{ github.repository }}" \
78
--target "${{ github.sha }}" \
79
--title "${{ github.sha }}" \
0 commit comments