Skip to content

Commit 93dba1b

Browse files
committed
feat: update release workflow
1 parent 46fa363 commit 93dba1b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
# build and publish in parallel
1818
goos: [linux]
1919
goarch: ["386", amd64, arm64]
20-
steps:
21-
- uses: actions/checkout@v3
22-
- uses: wangyoucao577/go-release-action@v1
23-
with:
24-
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
goos: ${{ matrix.goos }}
26-
goarch: ${{ matrix.goarch }}
27-
goversion: "https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz"
28-
project_path: "."
29-
binary_name: "swiftwave-dns"
20+
steps:
21+
- uses: actions/checkout@v3
22+
- uses: wangyoucao577/go-release-action@v1
23+
with:
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
goos: ${{ matrix.goos }}
26+
goarch: ${{ matrix.goarch }}
27+
goversion: "https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz"
28+
project_path: "."
29+
binary_name: "swiftwave-dns"

0 commit comments

Comments
 (0)