Skip to content

Commit a94bdb1

Browse files
committed
deno fmt
1 parent 7b32bec commit a94bdb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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-

0 commit comments

Comments
 (0)