Skip to content

Commit 1e4e357

Browse files
authored
Merge pull request #806 from cybozu-go/add-setup-aqua-to-release-workflow
Add setup-aqua to release workflow
2 parents 9e57d22 + 9e3ae68 commit 1e4e357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
- uses: actions/setup-go@v5
9191
with:
9292
go-version-file: go.mod
93+
- name: Setup Aqua
94+
uses: ./.github/actions/setup-aqua
9395
- name: GoReleaser
9496
uses: goreleaser/goreleaser-action@v5
9597
with:

0 commit comments

Comments
 (0)