Skip to content

Commit

Permalink
chore: readd semantic release step to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Jul 5, 2021
1 parent 8a077f7 commit 5a081fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build
run: make build

# - name: Run semantic-release
# run: make semantic-release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run semantic-release
run: make semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5a081fb

Please sign in to comment.