Commit 73319da 1 parent af824f1 commit 73319da Copy full SHA for 73319da
File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 58
58
git config user.email github-actions@github.com
59
59
60
60
# npm publish and push updated package.json
61
- - name : Publish
61
+ - name : Publish to npm and jsr
62
62
run : |
63
63
npm run release -- --VERSION=$VERSION
64
64
git push origin master
Original file line number Diff line number Diff line change @@ -28,15 +28,10 @@ jobs:
28
28
git config user.email github-actions@github.com
29
29
30
30
# npm publish and push updated package.json
31
- - name : PrePublish
31
+ - name : prepublish to npm and jsr
32
32
run : |
33
33
npm run release:prepublish
34
+ git push
34
35
env :
35
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
37
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
37
-
38
- - name : Commit and push changes
39
- run : |
40
- git add package*.json
41
- git commit -m "debug: npm run release:prepublish"
42
- git push
You can’t perform that action at this time.
0 commit comments