From 5717821480ea944ff0b2bd82d400363a57685b6d Mon Sep 17 00:00:00 2001 From: "Denys G. Santos" Date: Mon, 27 Feb 2023 15:30:31 -0500 Subject: [PATCH] add overwrite function to asset --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3da6830..59a1b8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,12 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.33 + - uses: wangyoucao577/go-release-action@v1.35 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} + overwrite: TRUE docker: name: Docker build and push @@ -37,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - uses: cloudposse/github-action-docker-build-push@1.9.0 with: organization: "${{ github.event.repository.owner.login }}"