From ce620c0137125cf2f9f56b2e9a484cae21caf715 Mon Sep 17 00:00:00 2001 From: harachan Date: Wed, 10 Apr 2024 10:01:36 +0900 Subject: [PATCH] test --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d85b5d5..95d94d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ on: push: branches: - main + workflow_dispatch: + + jobs: goreleaser: @@ -16,7 +19,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.18 - @@ -31,7 +34,7 @@ jobs: git push --tags - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest