Skip to content

Commit

Permalink
Update pulumi provider
Browse files Browse the repository at this point in the history
  • Loading branch information
impart-security committed Jun 12, 2024
1 parent 872924f commit 963ff46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: -p 3 release --rm-dist
args: -p 3 release --clean
version: latest
strategy:
fail-fast: true
Expand Down
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- make tfgen
Expand All @@ -21,9 +22,9 @@ builds:
- -X github.com/impart-security/pulumi-impart/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-impart/
changelog:
skip: true
disable: true
release:
disable: false
prerelease: auto
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'
name_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit 963ff46

Please sign in to comment.