We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e51ba commit 7b5c938Copy full SHA for 7b5c938
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run GoReleaser
34
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
35
env:
36
- PROPOSED_VERSION: "${{ steps.extract_version.outputs.jsonnet_version }}"
+ FROM_COMMITISH: "${{ github.ref_name }}"
37
GITHUB_TOKEN: "${{ github.token }}"
38
with:
39
version: latest
.goreleaser.yml
@@ -96,7 +96,7 @@ checksum:
96
release:
97
draft: true
98
skip_upload: false
99
- target_commitish: "{{ .Env.PROPOSED_VERSION }}"
+ target_commitish: "{{ .Env.FROM_COMMITISH }}"
100
101
nfpms:
102
- id: jsonnet
0 commit comments