From bac4eb084cb0d5ce723b90357d858deaeccbc962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 09:39:48 +0200 Subject: [PATCH] Bump ncipollo/release-action from 1.8.5 to 1.8.6 (#1280) 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] 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 8823fdfc50..2969b88bf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Create release draft id: release_drafter - uses: ncipollo/release-action@v1.8.5 + uses: ncipollo/release-action@v1.8.6 with: tag: ${{ steps.env.outputs.version }} name: 'RaspberryMatic ${{ steps.env.outputs.version }}'