Skip to content

Commit

Permalink
Updated goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stenstromen committed Oct 30, 2023
1 parent 0873d08 commit d94e0cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist --snapshot --skip-publish --skip-sign
args: release --clean
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

0 comments on commit d94e0cb

Please sign in to comment.