Skip to content

Commit 14cc0b3

Browse files
Ensure publish is always set to true or false.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1c25f67 commit 14cc0b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
echo "Local version: $CURRENT_VERSION"
3131
if [ "$PUBLISHED_VERSION" != "$CURRENT_VERSION" ]; then
3232
echo "publish=true" >> $GITHUB_OUTPUT
33+
else
34+
echo "publish=false" >> $GITHUB_OUTPUT
3335
fi
3436
- name: Setup CodeQL
3537
if: steps.check_version.outputs.publish == 'true'

0 commit comments

Comments
 (0)