Skip to content

Commit

Permalink
fix: run semantic release without action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheMagnus committed Sep 11, 2022
1 parent 1795f41 commit 0b81ec2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install
run: npm ci

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0b81ec2

Please sign in to comment.