Skip to content

Commit 329dbbf

Browse files
Bump softprops/action-gh-release from 1 to 2 (#159)
1 parent b66c89d commit 329dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: sha256sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.sha256
5656
- run: md5sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.md5
5757
- name: Create Release
58-
uses: softprops/action-gh-release@v1
58+
uses: softprops/action-gh-release@v2
5959
with:
6060
fail_on_unmatched_files: true
6161
tag_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)