Debug
This commit is contained in:
parent
7be36d3285
commit
119dd99e6f
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: tag
|
||||
if: ${{ needs.tag.outputs.should_publish == "true" }}
|
||||
if: ${{ needs.tag.outputs.should_publish == true }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user