Skip to content

Commit

Permalink
Merge pull request #296 from controlplaneio/feat/release-consistency
Browse files Browse the repository at this point in the history
chore: reorder release to checkout before go setup
  • Loading branch information
wakeward authored Jan 13, 2025
2 parents 16f9821 + 34dde46 commit 19d500a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ jobs:
name: Release on GitHub
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
id: go
with:
go-version-file: go.mod

- name: Check out code
uses: actions/checkout@v4

- name: Launch goreleaser
uses: goreleaser/[email protected]
with:
Expand Down

0 comments on commit 19d500a

Please sign in to comment.