Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ren3gadem4rm0t committed Sep 26, 2024
1 parent 02ae5bc commit 1aad18d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
with:
go-version: '1.23'

- name: Install GoReleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest

- name: Run GoReleaser
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goreleaser release --clean

0 comments on commit 1aad18d

Please sign in to comment.