From 4898bfdf9c7ad8d59213a1d6c28f6eab8de0e027 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 28 Sep 2021 06:40:17 +1000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f94bab4c..03fe71f98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,11 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - name: Set up Go 1.16 - uses: actions/setup-go@v1 - with: - go-version: 1.16 - id: go + - name: Set up Go 1.16 + uses: actions/setup-go@v1 + with: + go-version: 1.16 + id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 @@ -31,4 +31,4 @@ jobs: run: go build -v ./cmd/wails - name: Test - run: ./wails version \ No newline at end of file + run: ./wails version