File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Publish package
2020 run : deno publish
2121 npm :
22- needs :
22+ needs :
2323 - jsr
2424 runs-on : ubuntu-latest
2525 # if you need publish with provenance, you should set permissions
@@ -32,12 +32,11 @@ jobs:
3232 fetch-depth : 0
3333 - uses : actions/setup-node@v4
3434 with :
35- registry-url : ' https://registry.npmjs.org' # needed for npm publish
35+ registry-url : " https://registry.npmjs.org" # needed for npm publish
3636 - uses : denoland/setup-deno@v2
3737 - name : Publish to npm
3838 run : deno run -A jsr:@ryoppippi/mirror-jsr-to-npm
3939 env :
4040 PACKAGE_DESCRIPTION : " Elegant, no-nonsense, typesafe binary data reading and writing."
4141 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} # Set your npm token as a GitHub secret
4242 NPM_CONFIG_PROVENANCE : true # If you publish with provenance
43-
You can’t perform that action at this time.
0 commit comments