Skip to content

Commit

Permalink
fix(wiki): Get code before reading code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja243 committed Jul 26, 2024
1 parent e0614cb commit ddc4427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ jobs:
wikiupdate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Checkout
uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Build
Expand Down

0 comments on commit ddc4427

Please sign in to comment.