From 1a37198484da068c4ba449ec531eb6eba5b401a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 11:13:08 -0700 Subject: [PATCH] Bump wangyoucao577/go-release-action from 1.35 to 1.37 (#80) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-command.yml b/.github/workflows/release-command.yml index d6d8f2a..f2318f3 100644 --- a/.github/workflows/release-command.yml +++ b/.github/workflows/release-command.yml @@ -27,7 +27,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.35 + - uses: wangyoucao577/go-release-action@v1.37 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}