diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0688ad7..6a021b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,7 @@ jobs: sha256sum ${{ env.GDAL-GRASS }}.tar.xz > ${{ env.GDAL-GRASS }}.tar.xz.sha256 - name: Publish draft release to GitHub (for tags only) if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: name: GDAL-GRASS GIS driver ${{ github.ref_name }} body_path: ${{ env.OUT_DIR }}/CHANGELOG