Skip to content

Commit dd89a1c

Browse files
committed
Switch release gh build to trigger off the release github action (not push)
1 parent dfb084d commit dd89a1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#
1212
name: release
1313
on:
14-
push:
15-
tags:
16-
- 'v*'
14+
release:
15+
types: [published]
16+
1717
jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)