Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
dbismut committed Nov 29, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 792e702 commit 38a0668
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"commit": false,
"linked": [["leva", "@leva-ui/*"]],
"access": "public",
"baseBranch": "master",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["demo"]
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
paths:
- '**/package.json'
- '.changeset/**'
@@ -42,7 +42,7 @@ jobs:

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
version: yarn ci:version
publish: yarn ci:release

0 comments on commit 38a0668

Please sign in to comment.