From 2126d2e5f7fd3cce8c3b6b2be74b66d09de6f764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:02:52 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.5 to 1.9.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.5 to 1.9.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.5...v1.9.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..01d306f 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.9.0 with: tag: ${{ needs.gitversion.outputs.fullSemVer }} commit: ${{ github.sha }}