Skip to content

Commit

Permalink
mark npm package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
bkp7 committed Nov 19, 2023
1 parent 0838324 commit ab32d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
# scope: '@your-org'
- run: npm ci
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# publish pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ortac/libs-js",
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of library functions useful for Ortac development in javascript and typescript",
"type": "module",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit ab32d16

Please sign in to comment.