Skip to content

Commit

Permalink
Fix npm publish of CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Mar 30, 2023
1 parent f3f9b73 commit 8401f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: npm run build

- name: Publish the package
run: npm publish -w=cli
run: npm publish -w=cli --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msadoc/cli",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8401f87

Please sign in to comment.