Skip to content

Commit

Permalink
added changeset version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavika Koppula committed Jun 13, 2024
1 parent f4e2d50 commit 19af3a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create a Changeset
run: npx changeset

- name: Bump Versions
run: npx changeset version

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 19af3a2

Please sign in to comment.