Skip to content

Commit def0a45

Browse files
Rodrigo NavarroRodrigo Navarro
Rodrigo Navarro
authored and
Rodrigo Navarro
committed
ci(actions): uncomment tag filter on github actions
1 parent 4b7e7f8 commit def0a45

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
@@ -3,8 +3,8 @@ name: goreleaser
33
on:
44
pull_request:
55
push:
6-
# tags:
7-
# - '*'
6+
tags:
7+
- '*'
88

99
jobs:
1010
goreleaser:

0 commit comments

Comments
 (0)