Debug
This commit is contained in:
parent
435181db25
commit
35db3c71f3
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -36,6 +36,10 @@ jobs:
|
|||
# if: ${{ needs.tag.outputs.should_publish == 'true' }}
|
||||
steps:
|
||||
- run: echo ${{ needs.tag.outputs.should_publish }}
|
||||
- run: echo ${{ needs.tag.outputs.should_publish == 'true' }}
|
||||
- run: echo ${{ needs.tag.outputs.should_publish == 'false' }}
|
||||
- run: echo ${{ needs.tag.outputs.should_publish == true }}
|
||||
- run: echo ${{ needs.tag.outputs.should_publish == false }}
|
||||
# - uses: actions/checkout@v2
|
||||
|
||||
# - name: Verify version
|
||||
|
|
Loading…
Reference in New Issue
Block a user