From 7a43ed39a72b53c67413873e9c31f61da61bb040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:02:08 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.6 to 1.8.8 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.6 to 1.8.8. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.6...v1.8.8) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0727c2..c81d21d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: run: qgis-plugin-ci changelog ${{ env.RELEASE_VERSION }} >> release.md - name: Create release on GitHub - uses: ncipollo/release-action@v1.8.6 + uses: ncipollo/release-action@v1.8.8 with: bodyFile: release.md token: ${{ secrets.BOT_HUB_TOKEN }}