Skip to content

Commit a27afaf

Browse files
committed
fix(workflows): prefixes uploads to release
1 parent 05887e5 commit a27afaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
run: |
76-
gh release create "${{ github.sha }}" \
76+
gh release create "commit-${{ github.sha }}" \
7777
--repo "${{ github.repository }}" \
7878
--target "${{ github.sha }}" \
7979
--title "${{ github.sha }}" \

0 commit comments

Comments
 (0)