Skip to content

Commit

Permalink
Merge pull request #6 from pulumiverse/chore-fix-workflows
Browse files Browse the repository at this point in the history
update: goreleaser version
  • Loading branch information
videmsky authored Jul 1, 2024
2 parents 447f40d + f86f268 commit ca14c52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected]
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v6.0.0
with:
args: -p 3 release --clean
version: '~> v2'
args: release --clean --timeout 60m0s
version: latest
- name: Create tag
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -9,6 +10,7 @@ builds:
dir: provider
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm64
Expand All @@ -20,8 +22,6 @@ builds:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/pulumiverse/pulumi-redpanda/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-redpanda/
changelog:
skip: true
release:
disable: false
prerelease: auto
Expand Down

0 comments on commit ca14c52

Please sign in to comment.