Skip to content

Commit

Permalink
ci: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
STommydx committed Mar 6, 2024
1 parent 06d89c2 commit e995492
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
go-version: 1.21
- uses: go-semantic-release/action@v2
with:
go-version: stable
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e995492

Please sign in to comment.