From bdaa626f308cec01d18a8fb03341bc029fa45beb Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 19 Mar 2023 21:20:01 +0300 Subject: [PATCH] :bug: Fix `release.yml` GitHub workflow --- .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 20bfad130..cfe0b0b38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,14 +14,14 @@ jobs: name: Build and publish a new release runs-on: ubuntu-latest steps: + - name: Check out the repo + uses: actions/checkout@v3 + - name: Set up Go uses: actions/setup-go@v4 with: go-version-file: 'go.mod' - - name: Check out the repo - uses: actions/checkout@v3 - - name: Version id: version shell: bash