Skip to content

Commit d773f86

Browse files
committed
github action release naming, for real this time
1 parent 25b4fb1 commit d773f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
25-
tag_name: tag-$GITHUB_SHA
26-
release_name: Release ${{ github.ref }}
25+
tag_name: tag-${{ github.sha }}
26+
release_name: Commit ${{ github.sha }}
2727
draft: false
2828
prerelease: false
2929
- name: Upload Release Asset

0 commit comments

Comments
 (0)