Skip to content

Commit dab84e1

Browse files
committed
style: prettier format release.yml
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 3969fd6 commit dab84e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- { goos: linux, goarch: amd64 }
34-
- { goos: linux, goarch: arm64 }
35-
- { goos: linux, goarch: arm, goarm: "7" }
36-
- { goos: darwin, goarch: amd64 }
37-
- { goos: darwin, goarch: arm64 }
33+
- { goos: linux, goarch: amd64 }
34+
- { goos: linux, goarch: arm64 }
35+
- { goos: linux, goarch: arm, goarm: "7" }
36+
- { goos: darwin, goarch: amd64 }
37+
- { goos: darwin, goarch: arm64 }
3838
uses: netresearch/.github/.github/workflows/build-go-attest.yml@main
3939
permissions:
4040
contents: write

0 commit comments

Comments
 (0)