Skip to content

Commit 333780d

Browse files
fix(ci/cd): have a deterministic tag for goreleaser (#1796)
1 parent 5cf6bd3 commit 333780d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/component_packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
GPG_PRIVATE_KEY_BASE64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded
8686
GPG_MAIL: 'infrastructure-eng@newrelic.com'
8787
NR_RELEASE_TAG: ${{ inputs.tag_name }}
88+
GORELEASER_CURRENT_TAG: ${{ inputs.tag_name }}
8889

8990
- name: Upload assets to pipeline
9091
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)