Skip to content

Commit

Permalink
Change npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zauni committed Sep 23, 2024
1 parent de7003a commit 3f3586b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Publish package to JSR
run: npx jsr publish
- name: Publish package to NPM
run: npm publish --provenance
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@zauni/unplugin-openapi",
"version": "1.0.1",
"version": "1.0.2",
"exports": "./src/mod.ts",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zauni/unplugin-openapi",
"version": "1.0.1",
"version": "1.0.2",
"description": "A bundler agnostic plugin which converts OpenAPI 3.0, 3.1 and Swagger files to ESM modules.",
"type": "module",
"files": ["dist", "types"],
Expand Down

0 comments on commit 3f3586b

Please sign in to comment.