Skip to content

Commit

Permalink
Merge pull request #195 from replicatedhq/laverya/goreleaser-action-v2
Browse files Browse the repository at this point in the history
use v2 of the goreleaser-action workflow
  • Loading branch information
laverya committed May 13, 2020
2 parents 7c95363 + ca6f118 commit f6a5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yaml
Expand Up @@ -80,7 +80,7 @@ jobs:
go-version: "1.14"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --config deploy/.goreleaser.yaml
Expand Down

0 comments on commit f6a5d40

Please sign in to comment.