We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66c89d commit 329dbbfCopy full SHA for 329dbbf
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: sha256sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.sha256
56
- run: md5sum planetiler-openmaptiles.jar > planetiler-openmaptiles.jar.md5
57
- name: Create Release
58
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
59
with:
60
fail_on_unmatched_files: true
61
tag_name: v${{ github.event.inputs.version }}
0 commit comments