Skip to content

Commit 3f842c6

Browse files
committed
Temporarily disable creation of draft releases from tags.
1 parent 5ee75f8 commit 3f842c6

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)