Skip to content

Commit ed663ff

Browse files
committed
chore: update workflow to trigger on publish
1 parent a567382 commit ed663ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-releaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: goreleaser
22

33
on:
4-
push:
5-
tags:
6-
- "v*.*.*"
4+
release:
5+
types:
6+
- published
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)