Skip to content

Commit

Permalink
ci: Change to go-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Feb 24, 2024
1 parent ed89dda commit 46464c1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install semantic-release plugins
run: |
npm install @semantic-release/github -D
npm install @semantic-release/changelog -D
- uses: actions/checkout@v4
- name: Release
uses: go-semantic-release/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 46464c1

Please sign in to comment.