Skip to content

Commit 7b169b8

Browse files
committed
fix publish GitHub Action
1 parent 022fb1d commit 7b169b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
# Set package version
3333
npm version $NEW_VERSION
3434
node -p 'JSON.stringify({ ...require("./jsr.json"), version: require("./package.json").version }, undefined, "\t")' > _jsr.json && mv _jsr.json jsr.json
35+
git add jsr.json
36+
git commit --amend --no-edit
3537
3638
# Install dependencies
3739
npm ci

0 commit comments

Comments
 (0)