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 c404e42 commit f8ad67fCopy full SHA for f8ad67f
.github/workflows/create_release_draft.yml
@@ -75,7 +75,7 @@ jobs:
75
sha256sum ${{ env.GRASS }}.tar.xz > ${{ env.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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
79
with:
80
name: GRASS ${{ github.ref_name }}
81
body: |
0 commit comments