Skip to content

Commit 26b1edd

Browse files
committed
Try to fix tags matcher for goreleaser CI
1 parent 98f6b6d commit 26b1edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Goreleaser
22

33
on:
44
push:
5-
tags:
6-
- '!latest'
5+
tags-ignore:
6+
- latest
77

88
jobs:
99
goreleaser:

0 commit comments

Comments
 (0)