Skip to content

Commit 6c33a45

Browse files
committed
add prev version to correct step
1 parent c222763 commit 6c33a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
GOAMD64: v1
206206
GOPPC64: power8
207207
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
208+
GORELEASER_PREVIOUS_TAG: ${{ needs.prev-tag.outputs.PREVIOUS_RELEASE_TAG }}
208209

209210
- name: Print built artifacts
210211
run: cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json

0 commit comments

Comments
 (0)