Skip to content

Commit

Permalink
[chore] updated build dependencies (#663)
Browse files Browse the repository at this point in the history
* [BUMP] bumped dependencies
* updated release workflow to current goreleaser schema
  • Loading branch information
aricart authored Sep 4, 2024
1 parent 1075953 commit d20f0e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Run GoReleaser
id: goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# It is an explicit goal to have reproducible builds.

project_name: nsc

version: 2
release:
github:
owner: nats-io
Expand Down Expand Up @@ -74,7 +74,7 @@ checksum:
name_template: 'SHA256SUMS-{{ .ProjectName }}.txt'

snapshot:
name_template: 'dev'
version_template: 'dev'

signs:
- id: cosign
Expand All @@ -94,7 +94,7 @@ signs:

brews:
- name: nsc
folder: Formula
directory: Formula
repository:
owner: nats-io
name: homebrew-nats-tools
Expand Down

0 comments on commit d20f0e9

Please sign in to comment.