Debug
This commit is contained in:
parent
48143b83f7
commit
2edbc8ef2f
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -26,6 +26,9 @@ jobs:
|
||||||
git push origin "v${{ steps.determine-version.outputs.version }}" || SHOULD_PUBLISH="false"
|
git push origin "v${{ steps.determine-version.outputs.version }}" || SHOULD_PUBLISH="false"
|
||||||
echo "::set-output name=should_publish::$SHOULD_PUBLISH"
|
echo "::set-output name=should_publish::$SHOULD_PUBLISH"
|
||||||
|
|
||||||
|
- name: Result
|
||||||
|
run: "The result is: ${{ steps.create-and-push-tag.output.should_publish }}"
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: tag
|
needs: tag
|
||||||
|
|
Loading…
Reference in New Issue
Block a user