Skip to content

Commit f6a5d40

Browse files
authored
Merge pull request #195 from replicatedhq/laverya/goreleaser-action-v2
use v2 of the goreleaser-action workflow
2 parents 7c95363 + ca6f118 commit f6a5d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
go-version: "1.14"
8181

8282
- name: Run GoReleaser
83-
uses: goreleaser/goreleaser-action@v1
83+
uses: goreleaser/goreleaser-action@v2
8484
with:
8585
version: latest
8686
args: release --rm-dist --config deploy/.goreleaser.yaml

0 commit comments

Comments
 (0)