From 461827df50ae5b29663e329e671baeba6dc21ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:47:22 +0200 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 2.5.0 to 2.7.0 (#182) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-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/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 75c035e..4063f9d 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -84,7 +84,7 @@ jobs: username="${{ secrets.DOCKERHUB_USERNAME }}" password="${{ secrets.DOCKERHUB_PASSWORD }}" echo "$password" | docker login --username "$username" --password-stdin - - uses: goreleaser/goreleaser-action@v2.5.0 + - uses: goreleaser/goreleaser-action@v2.7.0 with: args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }} env: