Skip to content

Commit 0ac28f5

Browse files
CI(deps): Update softprops/action-gh-release action to v2.4.1 (OSGeo#6496)
1 parent 24c5d0b commit 0ac28f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
sha256sum "${GRASS}.tar.xz" > "${GRASS}.tar.xz.sha256"
7676
- name: Publish draft distribution to GitHub (for tags only)
7777
if: startsWith(github.ref, 'refs/tags/')
78-
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
78+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
7979
with:
8080
name: GRASS ${{ github.ref_name }}
8181
body: |

0 commit comments

Comments
 (0)