Skip to content

Commit

Permalink
ci(publish): remove empty echos
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Nov 25, 2024
1 parent 31f1d4b commit bcbafe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
run: |
echo "LOCAL_VERSION=$(pnpm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
echo "PUBLISHED_VERSION=$(npm view prollipop version 2>/dev/null || echo "")" >> $GITHUB_OUTPUT
echo $LOCAL_VERSION
echo $PUBLISHED_VERSION
cat $GITHUB_OUTPUT
- name: Publish to NPM
Expand Down

0 comments on commit bcbafe4

Please sign in to comment.