diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 3077cb5650..51afd76050 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -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