Skip to content

Commit

Permalink
Ensure that the prerelease workflow calls the correct goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Apr 1, 2021
1 parent f32e489 commit 7063d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: -p 2 release --rm-dist --config=.goreleaser.prerelease.yaml --timeout
args: -p 2 release --rm-dist --config=.goreleaser.prerelease.yml --timeout
90m0s
version: latest
publish_sdk:
Expand Down

0 comments on commit 7063d87

Please sign in to comment.