Skip to content

Commit

Permalink
Revert formatting
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Jun 17, 2024
1 parent 8314f1a commit 3ca35fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- "v*"
- 'v*'

name: Build Release

Expand All @@ -15,17 +15,17 @@ permissions:
jobs:
release:
name: Create Release
runs-on: "ubuntu-latest"
runs-on: 'ubuntu-latest'
strategy:
matrix:
goosarch:
- "darwin/amd64"
- "darwin/arm64"
- "linux/amd64"
- "linux/arm64"
- "linux/ppc64le"
- "linux/s390x"
- "windows/amd64"
- 'darwin/amd64'
- 'darwin/arm64'
- 'linux/amd64'
- 'linux/arm64'
- 'linux/ppc64le'
- 'linux/s390x'
- 'windows/amd64'
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit 3ca35fb

Please sign in to comment.