Skip to content

Commit

Permalink
Merge branch 'main' into fix-modal-footer-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfchong authored Jul 28, 2023
2 parents 8636a79 + 7f08152 commit 4ebff40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Create Release Pull Request or Publish to npm
- run: |
run: |
npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
uses: changesets/action@v1
- uses: changesets/action@v1
with:
title: "Changeset: Version packages"
commit: "version packages"
Expand Down

0 comments on commit 4ebff40

Please sign in to comment.