Skip to content

Commit 6451298

Browse files
authored
Merge pull request #71 from github/colebemis-patch-1
Publish to GitHub Package Registry in publish action
2 parents 3c70e3f + abf2607 commit 6451298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- run: npm version ${TAG_NAME} --git-tag-version=false
2020
env:
2121
TAG_NAME: ${{ github.event.release.tag_name }}
22-
- run: npm whoami; npm --ignore-scripts publish
22+
- run: npm whoami; npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)