Skip to content

Commit d6d2dab

Browse files
committed
Try again
1 parent 29b1bb9 commit d6d2dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Generate release tag
4141
id: tag
4242
run: |
43-
echo "::set-output name=release_tag::$(git rev-parse HEAD)"
43+
echo "::set-output name=release_tag::$(git rev-parse HEAD | head -c 8)"
4444
4545
- name: Upload Release Asset
4646
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)