Skip to content

Commit

Permalink
feat: run goreleaser check
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Aug 6, 2024
1 parent fc63ac7 commit e924f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
install-only: true

- name: Check GoReleaser configuration
run: |
goreleaser check
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e924f7a

Please sign in to comment.