ci: does this make the release flow work?
This commit is contained in:
parent
9130af7b12
commit
891402c7d4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
contents: write
|
||||
packages: write
|
||||
pull-requests: write
|
||||
actions: read
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -35,7 +36,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
uses: changesets/action@v1.4.5
|
||||
with:
|
||||
publish: pnpm run release
|
||||
commit: 'chore(release): version packages'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue