Skip to content

Commit

Permalink
Merge pull request #39 from codelitdev/pnpm
Browse files Browse the repository at this point in the history
Printing changesets output
  • Loading branch information
rajat1saxena authored Oct 19, 2023
2 parents 8696478 + b9c308f commit 33a3627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM }}

- name: Echo changeset output
run: echo "${{ steps.changesets.outputs }}"
run: echo "${{ steps.changesets.outputs.hasChangesets }}"

0 comments on commit 33a3627

Please sign in to comment.