Skip to content

Commit b311dfa

Browse files
Fix issue with "skip release "condition in release workflow
1 parent 678cb22 commit b311dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
create-release:
183183
runs-on: ubuntu-latest
184-
if: ${{ github.ref == 'refs/heads/main' && !inputs.skipGhRelease }}
184+
if: ${{ github.ref == 'refs/heads/main' && inputs.skipGhRelease != 'true' }}
185185
permissions:
186186
packages: read
187187
contents: read

0 commit comments

Comments
 (0)