Skip to content

Commit 3ad7986

Browse files
committed
Re-enable creation of draft releases from tags.
1 parent 3f842c6 commit 3ad7986

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tag_to_draft_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Draft Release from Tag
22
on:
33
workflow_dispatch:
4-
# push:
5-
# tags:
6-
# - 'v*'
4+
push:
5+
tags:
6+
- 'v*'
77
jobs:
88
goreleaser:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)