Skip to content

Commit e6be535

Browse files
committed
yaml fix for stable
Signed-off-by: clux <sszynrae@gmail.com>
1 parent e7b4128 commit e6be535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
if: ${{ steps.stablecheck.outputs.BUILD }}
8080
with:
8181
context: .
82-
push: ${{ steps.stablecheck.outputs.BUILD }} == 'YES' && github.event_name != 'pull_request'
82+
push: ${{ steps.stablecheck.outputs.BUILD == 'YES' && github.event_name != 'pull_request' }}
8383
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}

0 commit comments

Comments
 (0)