-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow publishing with no version in config file (#868)
https://github.com/dsherret/jsr-publish-on-tag/actions/runs/12332179143/job/34419677355 ``` $ deno publish --set-version 0.2.0 Download https://registry.npmjs.org/@types/node/-/node-18.16.19.tgz Check file:///home/runner/work/jsr-publish-on-tag/jsr-publish-on-tag/src/main.ts Checking for slow types in the public API... Check file:///home/runner/work/jsr-publish-on-tag/jsr-publish-on-tag/src/main.ts Publishing @david/[email protected] ... error: Failed to publish @david/[email protected] Caused by: Failed to publish @david/publish-on-tag at 0.2.0: invalid config file '/deno.json': missing field `version` Error: Process completed with exit code 1. ```
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters