We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c405389 + 883cc76 commit c68fde0Copy full SHA for c68fde0
1 file changed
.github/workflows/check-tags.yml
@@ -56,6 +56,6 @@ jobs:
56
build-tags:
57
name: Build Tags
58
needs: check-tags
59
- if: needs.check-tags.tags-to-build != '[]'
+ if: needs.check-tags.outputs.tags-to-build != '[]'
60
uses: ./.github/workflows/build.yml
61
secrets: inherit
0 commit comments