Debug
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user