Skip to content

Commit

Permalink
build(release): update release event
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Apr 11, 2020
1 parent a792825 commit bc55afa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
npm run preparePublish
cd dist
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
npm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bc55afa

Please sign in to comment.