Skip to content

Commit

Permalink
ci: update action (#2342)
Browse files Browse the repository at this point in the history
Attempt to use the semantic-release GitHub Action
  • Loading branch information
cutterbl authored Jan 13, 2023
1 parent 33f69e7 commit b60551d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
- name: Build
run: yarn build

- name: Release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 20.0.2
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit b60551d

Please sign in to comment.