Skip to content

Commit b5c3a55

Browse files
authored
docs: mention deno.json(c) in publishing from GitHub (#1062)
When [publishing from GitHub Actions](https://jsr.io/docs/publishing-packages#publishing-from-github-actions), `deno.json(c)` is used if `jsr.json` doesn't exist.
1 parent 9d83fff commit b5c3a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/docs/publishing-packages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ jobs:
346346
347347
This workflow will run every time you push to the `main` branch of your
348348
repository. It will publish your package to JSR, and will automatically use the
349-
correct version number based on the version in your `jsr.json` file.
350-
`jsr publish` will not attempt to publish if the version specified in your
351-
`jsr.json` file is already published to JSR.
349+
correct version number based on the version in your `jsr.json`/`deno.json(c)`
350+
file. `jsr publish` will not attempt to publish if the version specified in your
351+
`jsr.json`/`deno.json(c)` file is already published to JSR.
352352

353353
## Filtering files
354354

0 commit comments

Comments
 (0)