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 c222763 commit 6c33a45Copy full SHA for 6c33a45
.github/workflows/base-ci-goreleaser.yaml
@@ -205,6 +205,7 @@ jobs:
205
GOAMD64: v1
206
GOPPC64: power8
207
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
208
+ GORELEASER_PREVIOUS_TAG: ${{ needs.prev-tag.outputs.PREVIOUS_RELEASE_TAG }}
209
210
- name: Print built artifacts
211
run: cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json
0 commit comments