From 329dbbf7402878a7b779651a9a9125f172183fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:58:42 -0400 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#159) --- .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 3c270d9..6c204d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - run: sha256sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.sha256 - run: md5sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.md5 - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: fail_on_unmatched_files: true tag_name: v${{ github.event.inputs.version }}