From afe4f227427f83384d64a92f116f5246d06edfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:57:01 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.5 to 1.8.6 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.5...v1.8.6) Signed-off-by: dependabot[bot] --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index db2a7b7..b7ae101 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: run: git log --pretty=format:"- %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD > log-since-last-tag.md - name: Create release - uses: ncipollo/release-action@v1.8.5 + uses: ncipollo/release-action@v1.8.6 with: tag: ${{ needs.gitversion.outputs.fullSemVer }} commit: ${{ github.sha }}