We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f842c6 commit 3ad7986Copy full SHA for 3ad7986
1 file changed
.github/workflows/tag_to_draft_release.yml
@@ -1,9 +1,9 @@
1
name: Draft Release from Tag
2
on:
3
workflow_dispatch:
4
- # push:
5
- # tags:
6
- # - 'v*'
+ push:
+ tags:
+ - 'v*'
7
jobs:
8
goreleaser:
9
runs-on: ubuntu-latest
0 commit comments