Skip to content

Commit

Permalink
Adjust workflow for public access publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Carpentier-Roy <jeremie.carpentier-roy@montreal.ca>
  • Loading branch information
psionikangel committed Dec 17, 2021
1 parent 89bd6ad commit 662fc63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run compile
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"prettier-fix": "node run prettier-fix",
"watch": "node run watch"
},
"publishConfig":{
"access":"public"
},
"repository": {
"type": "git",
"url": "https://github.com/villedemontreal/node-logger.git"
Expand Down

0 comments on commit 662fc63

Please sign in to comment.