Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasLaganeckas authored Jul 14, 2020
1 parent 0d14bfe commit 59d5813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm version --no-git-tag-version --allow-same-version ${{env.RELEASE_VERSION}}

- name: Publish to npmjs
- run: npm publish --access public
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 59d5813

Please sign in to comment.