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
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
actions: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -35,7 +36,7 @@ jobs:
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Create Release Pull Request
|
- name: Create Release Pull Request
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1.4.5
|
||||||
with:
|
with:
|
||||||
publish: pnpm run release
|
publish: pnpm run release
|
||||||
commit: 'chore(release): version packages'
|
commit: 'chore(release): version packages'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue