Skip to content

Commit 96a5b86

Browse files
committed
fix publish GitHub Action
1 parent 022fb1d commit 96a5b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ 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 commit --amend --no-edit
3536
3637
# Install dependencies
3738
npm ci

0 commit comments

Comments
 (0)