Skip to content

Commit

Permalink
Only install goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Jun 27, 2024
1 parent 2969feb commit dc06399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ubertemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: extractions/setup-just@v1
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
install-only: true
- name: Build everything
run: just build
- name: Copy template to the temp dir
Expand Down

0 comments on commit dc06399

Please sign in to comment.