From f3c0b5a71da0111a4b707a39ca387d7f22c53a5a Mon Sep 17 00:00:00 2001 From: Geoffrey Chong Date: Fri, 28 Jul 2023 14:26:02 +1000 Subject: [PATCH] Merge branch 'main' into fix-release (#3919) * update changeset gh action to trigger release * add NPM token to npm config * fix formatting --- .github/workflows/changeset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset.yaml b/.github/workflows/changeset.yaml index 7f47a21d628..9ebaa6bc4c5 100644 --- a/.github/workflows/changeset.yaml +++ b/.github/workflows/changeset.yaml @@ -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"