Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gaer87 committed Feb 18, 2022
1 parent a81c456 commit ba63995
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Deploy

on: push
on:
push:
tags:
- v*.*.*

jobs:
publish:
Expand All @@ -22,4 +25,4 @@ jobs:
npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN2 }}

0 comments on commit ba63995

Please sign in to comment.