There was an error while loading. Please reload this page.
1 parent f837d7d commit ff70789Copy full SHA for ff70789
1 file changed
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
sha256sum ${{ env.GDAL-GRASS }}.tar.xz > ${{ env.GDAL-GRASS }}.tar.xz.sha256
73
- name: Publish draft release to GitHub (for tags only)
74
if: startsWith(github.ref, 'refs/tags/')
75
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
76
with:
77
name: GDAL-GRASS GIS driver ${{ github.ref_name }}
78
body_path: ${{ env.OUT_DIR }}/CHANGELOG
0 commit comments