Skip to content

Commit c6af40c

Browse files
ci: dry run flag alignment (#725)
1 parent a7bc4d1 commit c6af40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
name: Publish ${{ matrix.kit.name }} to CocoaPods
320320
needs: [load-matrix, mirror-and-release-kits, release-core-sdk]
321321
runs-on: macos-15
322-
if: ${{ !inputs.dry_run }}
322+
if: github.event.inputs.dry_run != 'true'
323323
strategy:
324324
fail-fast: false
325325
matrix:

0 commit comments

Comments
 (0)