Skip to content

Commit

Permalink
ci: add release step
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 22, 2020
1 parent 64426cc commit 223d409
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: "12.x"
- run: yarn install --pure-lockfile
- run: yarn build
# - run: npx semantic-release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 223d409

Please sign in to comment.