This commit is contained in:
Joel Wachsler 2022-07-10 21:19:02 +00:00
parent 7be36d3285
commit 119dd99e6f

View File

@ -33,7 +33,7 @@ jobs:
publish: publish:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
needs: tag needs: tag
if: ${{ needs.tag.outputs.should_publish == "true" }} if: ${{ needs.tag.outputs.should_publish == true }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2