mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 20:32:34 +00:00
fix: Use --allow-dirty for jsr publish
Allow publishing when package.json is modified earlier in the workflow
This commit is contained in:
parent
78898cc90b
commit
cfe0fb1514
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish_jsr.yml
vendored
3
.github/workflows/publish_jsr.yml
vendored
|
|
@ -49,4 +49,5 @@ jobs:
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Publish to JSR
|
- name: Publish to JSR
|
||||||
run: pnpm dlx jsr publish
|
# Have to use --allow-dirty because we modified package.json in the previous step
|
||||||
|
run: pnpm dlx jsr publish --allow-dirty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue