Skip to content

Commit

Permalink
chore: order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 12, 2024
1 parent 57c160b commit 0ba15c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod

- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version-file: go.mod

- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 0ba15c1

Please sign in to comment.