Skip to content

Commit 30d751d

Browse files
Log when publishing is skipped
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14cc0b3 commit 30d751d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
else
3434
echo "publish=false" >> $GITHUB_OUTPUT
3535
fi
36+
- name: Log skipped publishing
37+
if: steps.check_version.outputs.publish == 'false'
38+
run: echo "Publishing is skipped as the local version matches the published version."
3639
- name: Setup CodeQL
3740
if: steps.check_version.outputs.publish == 'true'
3841
uses: ./.github/actions/install-codeql

0 commit comments

Comments
 (0)