Skip to content

Commit 010e5d2

Browse files
committed
fix syntax for workflow
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent b65247e commit 010e5d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: release
22
on:
3-
tags:
4-
- 'v*.*.*'
3+
push:
4+
tags:
5+
- 'v*.*.*'
56
jobs:
67
goreleaser:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)