Skip to content

Commit 025b6e7

Browse files
build(deps): bump hashicorp/ghaction-terraform-provider-release from 4.0.1 to 5.0.0 (hashicorp#345)
* build(deps): bump hashicorp/ghaction-terraform-provider-release Bumps [hashicorp/ghaction-terraform-provider-release](https://github.com/hashicorp/ghaction-terraform-provider-release) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/hashicorp/ghaction-terraform-provider-release/releases) - [Changelog](https://github.com/hashicorp/ghaction-terraform-provider-release/blob/main/CHANGELOG.md) - [Commits](hashicorp/ghaction-terraform-provider-release@393dac4...5f388ae) --- updated-dependencies: - dependency-name: hashicorp/ghaction-terraform-provider-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add version to .goreleaser file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin Valle <[email protected]>
1 parent 07d1c40 commit 025b6e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
permissions:
102102
contents: write # Needed for goreleaser to create GitHub release
103103
issues: write # Needed for goreleaser to close associated milestone
104-
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@393dac4dd208c749b1622323f9f0e8d26a6f26cc # v4.0.1
104+
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@5f388ae147bcc1e1c34822571b2f2de40694c5d6 # v5.0.0
105105
secrets:
106106
hc-releases-key-prod: '${{ secrets.HC_RELEASES_KEY_PROD }}'
107107
hc-releases-key-staging: '${{ secrets.HC_RELEASES_KEY_STAGING }}'

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
archives:
23
- files:
34
# Ensure only built binary and license file are archived

0 commit comments

Comments
 (0)