Skip to content

Commit b320ab9

Browse files
fix: goreleaser template (#80)
### what fix typoe in goreleaser template, referencing an invalid variable ### why allow release action to succeed ### testing n/a ### docs n/a
1 parent ff45c08 commit b320ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: write
1111

1212
jobs:
13-
goreleaser:
13+
release:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ archives:
3131
checksum:
3232
extra_files:
3333
- glob: terraform-registry-manifest.json
34-
name_template: "{{ .ProjectName }}_{{ G.Version }}_manifest.json"
34+
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
3535
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
3636
algorithm: sha256
3737

0 commit comments

Comments
 (0)