Skip to content

Commit

Permalink
Merge branch 'main' into fix-release (#3919)
Browse files Browse the repository at this point in the history
* update changeset gh action to trigger release

* add NPM token to npm config

* fix formatting
  • Loading branch information
gyfchong authored Jul 28, 2023
1 parent e9ad1f3 commit f3c0b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
- 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 f3c0b5a

Please sign in to comment.