Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Jun 21, 2024
1 parent 7609c1a commit 9a103bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/goreleasaer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.0'
-
name: Run GoReleaser

- name: Install dependencies
run: |
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
with:
distribution: goreleaser
Expand Down

0 comments on commit 9a103bc

Please sign in to comment.