Skip to content

Commit

Permalink
ci(publish): echos states.check-version ouputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Nov 25, 2024
1 parent 61fe570 commit 2f0d0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
echo "local_version=$(pnpm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
echo "published_version=$(npm view prollipop version)" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
echo "Local version: ${{ steps.check-version.outputs.local_version }}"
echo "Published version: ${{ steps.check-version.outputs.published_version }}"
- name: Publish to NPM
if: steps.check-version.outputs.local_version != steps.check-version.outputs.published_version
Expand Down

0 comments on commit 2f0d0c9

Please sign in to comment.