Skip to content

Commit

Permalink
chore:update go releaser to version 2 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: gagan.dhand <[email protected]>
  • Loading branch information
gdgagan696 and gdgagangeek authored Jun 25, 2024
1 parent 1ccb7c1 commit 1573f53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
distribution: goreleaser
version: latest
Expand Down
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2
project_name: stencil
release:
prerelease: auto
Expand Down Expand Up @@ -65,22 +65,22 @@ nfpms:
formats:
- deb
- rpm
scoop:
bucket:
owner: goto
name: scoop-bucket
homepage: "https://github.com/goto/stencil"
description: "Schema registry"
license: Apache 2.0
scoops:
- repository:
owner: goto
name: scoop-bucket
homepage: "https://github.com/goto/stencil"
description: "Schema registry"
license: Apache 2.0
brews:
- name: stencil
homepage: "https://github.com/goto/stencil"
description: "Schema registry"
tap:
repository:
owner: goto
name: homebrew-tap
license: "Apache 2.0"
folder: Formula
directory: Formula
dependencies:
- name: git
install: |-
Expand Down

0 comments on commit 1573f53

Please sign in to comment.