We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b4128 commit e6be535Copy full SHA for e6be535
.github/workflows/stable.yml
@@ -79,5 +79,5 @@ jobs:
79
if: ${{ steps.stablecheck.outputs.BUILD }}
80
with:
81
context: .
82
- push: ${{ steps.stablecheck.outputs.BUILD }} == 'YES' && github.event_name != 'pull_request'
+ push: ${{ steps.stablecheck.outputs.BUILD == 'YES' && github.event_name != 'pull_request' }}
83
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}
0 commit comments