Skip to content

Commit e3a7619

Browse files
committed
chore: only create a draft release in github when tagging
1 parent 94704fd commit e3a7619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
ls -la target/
173173
174174
- name: GH Release ${{ github.ref_type }} - ${{ github.ref_name }}
175-
#if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
175+
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178178
run: |

0 commit comments

Comments
 (0)