Skip to content

Commit

Permalink
Fix release workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceRussell authored Mar 2, 2024
1 parent 38e6289 commit 55a98de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [ "my-theme", "playground" ]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm exec changeset version --ignore my-theme --ignore playground
version: pnpm exec changeset version
publish: pnpm exec changeset publish
commit: "[ci] release"
title: "[ci] release"
Expand Down

0 comments on commit 55a98de

Please sign in to comment.