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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user