Skip to content

Commit

Permalink
use the nightly version of goreleaser #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Dec 1, 2023
1 parent ba7ab49 commit ed6bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: ~> nightly
version: nightly
args: release --clean -p 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed6bbf2

Please sign in to comment.