Skip to content

Commit efe7671

Browse files
committed
make version parseable
1 parent b06d38e commit efe7671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: softprops/action-gh-release@v1
2525
with:
2626
files: dist/*.tar.gz
27-
tag_name: ${{ steps.short-sha.outputs.sha }}
27+
tag_name: ${{ github.run_id }}-${{ steps.short-sha.outputs.sha }}
2828
body: |
2929
Use this release by downloading and extracting the tarball appropriate to your platform and running the `k` executable. You may also add the directory containing the `k` executable to your `PATH` for convenience.
3030
draft: ${{ github.ref == 'refs/heads/test-release' }}

0 commit comments

Comments
 (0)