Skip to content

Commit 4ec337a

Browse files
committed
chore: Make the publish only description less verbose
1 parent 3a9cb61 commit 4ec337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
release:
4040
runs-on: ubuntu-latest
4141
needs: [ test, determine-version ]
42-
if: inputs.publishOnly == 'false' && needs.determine-version.outputs.version_type != 'none'
42+
if: inputs.publishOnly == false && needs.determine-version.outputs.version_type != 'none'
4343
permissions:
4444
contents: write
4545
steps:

0 commit comments

Comments
 (0)