Skip to content

Commit

Permalink
Merge pull request #95 from hypnoglow/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-6.0.0
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
2 parents 60a6d19 + 03377cf commit dd52e00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
- binary: "{{ .ProjectName }}_v{{ .Version }}"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: release --rm-dist --config=.github/goreleaser.yaml
args: release --clean --config=.github/goreleaser.yaml
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
golang 1.20.6
golangci-lint 1.53.3
goreleaser 2.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ Releases managed by [GoReleaser](https://goreleaser.com/).
Run goreleaser locally:

```shell script
goreleaser release --config .github/goreleaser.yaml --rm-dist --skip-publish --skip-validate
goreleaser release --config .github/goreleaser.yaml --clean --skip=publish --skip=validate
```

0 comments on commit dd52e00

Please sign in to comment.