Skip to content

Commit

Permalink
refactor: use semantic-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Apr 24, 2024
1 parent 41731f6 commit 6bd248a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ jobs:
with:
fetch-depth: 0 # Important for Semantic Release to analyze all commits

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '21'

- name: Run Semantic Release
run: |
npm install
npx semantic-release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bd248a

Please sign in to comment.