Skip to content

Commit

Permalink
fix(ci): add generate step
Browse files Browse the repository at this point in the history
  • Loading branch information
wezzle committed Sep 25, 2024
1 parent f33d86a commit 412c008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
- name: Switch SSH to HTTPS clone url
run: git config --global url."https://github.com/".insteadOf "[email protected]:"
- name: Fetch bar-repo
run: just init
run: just bar-repo
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run generate
run: just generate
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 412c008

Please sign in to comment.