Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored May 19, 2021
1 parent a151394 commit d14aa21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: |
git config user.name Anton Medvedev
git config user.email [email protected]
- run: npm i
- run: npm test
- run: npm version ${{ github.event.release.tag_name }}
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
env:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
- run: npm publish
- run: git push origin HEAD:main
env:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d14aa21

Please sign in to comment.