diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38bf9b8fd..04f1bbc05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,11 @@ jobs: uses: changesets/action@master with: # defined in package.json#scripts - version: changeset:version +<<<<<<< HEAD + version: changesetversion +======= + version: yarn changesetversion +>>>>>>> 06434500... more work to fix automated changeset workflow publish: yarn changeset publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index bc5be0da0..cfc7457ab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "yarn build:rollup && yarn build:next", "build:next": "cd ./site && next build && next export", "build:rollup": "rollup --config ./config/rollup/rollup.config.js", - "changeset:version": "yarn changeset version && yarn install && git add .", + "changesetversion": "yarn changeset version && yarn install && git add .", "clean": "rimraf './packages/*/{dist,lib,node_modules}' './site/{.next,out}'", "fix": "yarn fix:prettier && yarn fix:eslint", "fix:eslint": "yarn lint:eslint --fix",