We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595444 commit c422b3aCopy full SHA for c422b3a
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
24
- name: Create release
25
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
+ uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee
26
with:
27
name: release/${{ github.sha }}
28
tag_name: release/${{ github.sha }}
0 commit comments