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