We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff45c08 commit b320ab9Copy full SHA for b320ab9
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ permissions:
10
contents: write
11
12
jobs:
13
- goreleaser:
+ release:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
.goreleaser.yaml
@@ -31,7 +31,7 @@ archives:
31
checksum:
32
extra_files:
33
- glob: terraform-registry-manifest.json
34
- name_template: "{{ .ProjectName }}_{{ G.Version }}_manifest.json"
+ name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
35
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
36
algorithm: sha256
37
0 commit comments