Skip to content

Commit 5f373ea

Browse files
authored
ci: fix release job (#5)
* Revert "ci: fix release job" This reverts commit e018b58. * ci: fix release job
1 parent 6e1e0d8 commit 5f373ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tagging.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
steps:
2727
- run: >
2828
gh release create '${{ github.ref_name }}'
29-
--target '${{ github.sha }}'
29+
--target '${{ github.ref_name }}'
3030
--title '${{ github.ref_name }}'
3131
--generate-notes
32-
--verify-tag
3332
env:
3433
GH_HOST: github.com
3534
GH_PROMPT_DISABLED: 1

0 commit comments

Comments
 (0)