Skip to content

Commit

Permalink
ci: allow publishing to the public npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddyuchina committed Aug 11, 2024
1 parent 2e31655 commit 1b68dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sutando/schema-inspector",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utility for extracting information about existing database schema",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1b68dae

Please sign in to comment.