Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Remove harmful copypasta flag from publish command (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeger authored Dec 13, 2022
1 parent 66e4cbf commit 550b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
@appfolio:registry=https://registry.npmjs.org/
EOF
npm publish --workspaces
npm publish
env:
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
- name: Publish to GitHub
Expand Down

0 comments on commit 550b9cc

Please sign in to comment.