Skip to content

Commit

Permalink
Publish needs write access - repository public npm publish should be …
Browse files Browse the repository at this point in the history
…to (#5)

* Publish needs write access - repo public npm pub should be to

* Add patch version

* Avoid shorthand
  • Loading branch information
adcreare authored Sep 27, 2022
1 parent 45179c7 commit 4f0110f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkdigit/github-actions",
"version": "1.0.0",
"version": "1.0.1",
"description": " Provides supporting operations for github action builds.",
"typings": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4f0110f

Please sign in to comment.