Skip to content

Commit

Permalink
chore: fix goreleaser action (#230)
Browse files Browse the repository at this point in the history
* add test.yml

* make a change

* on push only

* pull request only

* attempt fix and simplify

* revert unrelated changes

* remove redundant nil check for string array

* remove another nil check

* add access token env var

* nvm

* attempt implement with matrix strategy

* set env vars

* set access token on generate job

* add note to custom role name description

* change test timeout minutes to 10

* add specific name to tests job

* pin version of golangci-lint and run tests on push to main

* pin to sha tags

* run on all pull requests

* remove with version

* set draft:true and add terraform-registry-manifest

* add space
  • Loading branch information
sloloris authored Dec 6, 2024
1 parent b26a0e8 commit 715be1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ signs:
- "--detach-sign"
- "${artifact}"
release:
# Actually creating the release is handled by project-releaser
disable: true
draft: true
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
changelog:
disable: true

0 comments on commit 715be1e

Please sign in to comment.