Skip to content

Commit

Permalink
Fix semaphore publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Jul 12, 2020
1 parent 46a7fab commit 42d86b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blocks:
- sem-version node 12
- cache restore
- npm install
- npm publish --access-public
- npm publish --access public
secrets:
- name: npmjs
agent:
Expand Down

0 comments on commit 42d86b8

Please sign in to comment.