Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 4, 2024
1 parent a771a15 commit 095a3dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
- name: Run Go Tests
run: go test ./...

- name: Run GoReleaser
- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
args: check

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 095a3dc

Please sign in to comment.