Skip to content

Commit

Permalink
ci: specify semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Feb 26, 2022
1 parent 2010e4c commit f0af538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2.5.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 17
branches: |
['main']

0 comments on commit f0af538

Please sign in to comment.