This commit is contained in:
Joel Wachsler 2022-07-10 21:14:12 +00:00
parent 48143b83f7
commit 2edbc8ef2f

View File

@ -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