Skip to content

Commit

Permalink
chore: publish via semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Aug 29, 2020
1 parent 9632a06 commit ac6bc8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: publish
run: npm publish --set-access-level public
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 17
branches: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ac6bc8f

Please sign in to comment.