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 24c5d0b commit 0ac28f5Copy full SHA for 0ac28f5
.github/workflows/create_release_draft.yml
@@ -75,7 +75,7 @@ jobs:
75
sha256sum "${GRASS}.tar.xz" > "${GRASS}.tar.xz.sha256"
76
- name: Publish draft distribution to GitHub (for tags only)
77
if: startsWith(github.ref, 'refs/tags/')
78
- uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
+ uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
79
with:
80
name: GRASS ${{ github.ref_name }}
81
body: |
0 commit comments