Skip to content

Commit

Permalink
build: remove prerelease arg for releaser
Browse files Browse the repository at this point in the history
There's no point in prereleases for something that no one uses.
  • Loading branch information
scottlaird committed Dec 25, 2023
1 parent 4dac9fd commit 1906253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
go-version: 1.21
- uses: go-semantic-release/action@v1
with:
prerelease: true
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1906253

Please sign in to comment.