Debug
This commit is contained in:
parent
8361d80410
commit
53d6e1b9fc
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:
|
||||
- run: echo needs.tag.outputs.should_publish ${{ needs.tag.outputs.should_publish }}
|
||||
- run: echo needs.tag.outputs.should_publish == 'true' ${{ needs.tag.outputs.should_publish == 'true' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user