Skip to content

Commit

Permalink
chore: add debug info for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Mar 22, 2023
1 parent 0f1e7ae commit 02160a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-version.yml
Expand Up @@ -63,6 +63,11 @@ jobs:
prevTag=$(git describe --tags --abbrev=0 v0.11.1^ --exclude='*-rc.*')
echo "GORELEASER_CURRENT_TAG=${{ github.ref_name}}" >> $GITHUB_ENV
echo "GORELEASER_PREVIOUS_TAG="$prevTag >> $GITHUB_ENV
- name: debug info
shell: bash
run: |
echo "GORELEASER_CURRENT_TAG: "$GORELEASER_CURRENT_TAG
echo "GORELEASER_PREVIOUS_TAG: "$GORELEASER_PREVIOUS_TAG
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand Down

0 comments on commit 02160a7

Please sign in to comment.