Skip to content

Commit

Permalink
Printing changesets output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Oct 19, 2023
1 parent a33141f commit 8696478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ jobs:
run: pnpm install

- name: Create and publish versions
id: changesets
uses: changesets/action@v1
with:
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM }}
NPM_TOKEN: ${{ secrets.NPM }}

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

0 comments on commit 8696478

Please sign in to comment.