Skip to content

Commit

Permalink
Merge pull request #1452 from dimatill/changeset_config_update
Browse files Browse the repository at this point in the history
changeset config update
  • Loading branch information
dimatill authored Sep 25, 2022
2 parents 48bb828 + 6fad8c8 commit 462922b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn install && git checkout yarn.lock
- name: Create Release Pull Request or Publish to NPM
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
publish: yarn release
commit: 'chore(release): update monorepo packages versions'
Expand Down

0 comments on commit 462922b

Please sign in to comment.