Skip to content

Commit

Permalink
go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
l-with committed Jul 18, 2024
1 parent bc784b1 commit 7445e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
version: 2
steps:
-
name: Checkout
Expand All @@ -43,6 +42,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
distribution: goreleaser
args: release --clean
env:
Expand Down

0 comments on commit 7445e08

Please sign in to comment.