Skip to content

Commit

Permalink
Revert "ci: Run goreleaser CI only on Linux"
Browse files Browse the repository at this point in the history
This reverts commit 7e28c2e.
  • Loading branch information
toshimaru committed Aug 27, 2023
1 parent 7e28c2e commit 0cb600e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: |
go build -v
go test ./...
# It only runs on Linux because the goreleaser command is executed on Linux.
- name: Run GoReleaser
if: runner.os == 'Linux'
uses: goreleaser/goreleaser-action@v4
with:
args: release --clean --snapshot --skip-publish
Expand Down

0 comments on commit 0cb600e

Please sign in to comment.