From 1610464b0c616fa7bfb5f649cad06c355e8ffaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:23:14 -0300 Subject: [PATCH] build(github): bump wangyoucao577/go-release-action from 1.50 to 1.51 (#37) Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.50 to 1.51. - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.50...v1.51) --- updated-dependencies: - dependency-name: wangyoucao577/go-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87fd070..9a55da1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Set APP_VERSION env run: echo APP_VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV} - - uses: wangyoucao577/go-release-action@v1.50 + - uses: wangyoucao577/go-release-action@v1.51 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}