From 0c9568ed217f5caa81c4ec788939d5372113455c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 29 Jan 2022 22:23:13 +0100 Subject: [release]: Move checkout to the front --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1a2be8..0c5912f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,9 @@ jobs: env: GOARCH: amd64 steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: @@ -50,9 +53,6 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - name: Checkout - uses: actions/checkout@v2 - - name: Build run: go build -v ./... -- cgit v1.2.3