Skip to content

Commit 8acf20d

Browse files
committed
Fix condition
1 parent ce9b7ea commit 8acf20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
done
121121
122122
- name: Create Release
123-
if: ${{ env.skip != '0' }}
123+
if: ${{ env.skip != '1' }}
124124
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
125125
with:
126126
name: "Version ${{ needs.build-test-promote.outputs.version }}"

0 commit comments

Comments
 (0)