Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Oct 2, 2024
1 parent ed8038a commit 83f5691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: -p 3 release --clean --auto-snapshot
args: -p 3 release --clean
version: latest
strategy:
fail-fast: true
Expand Down
3 changes: 2 additions & 1 deletion deployment-templates/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ archives:
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
before:
hooks:
- make tfgen
- make provider
- echo './sdk/nodejs/package.json' >> .gitignore
builds:
- binary: pulumi-resource-rootly
dir: provider
Expand Down

0 comments on commit 83f5691

Please sign in to comment.