Skip to content

Commit

Permalink
Use npm to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Nov 19, 2019
1 parent 8ca1937 commit fc55bb1
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 @@ -57,6 +57,6 @@ jobs:
- name: yarn install and test
run: |
yarn install
yarn publish --new-version ${GITHUB_REF#"refs/tags/"} --no-git-tag-version
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit fc55bb1

Please sign in to comment.