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 c13583f commit 670ab4cCopy full SHA for 670ab4c
.github/workflows/blank.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
56
57
- name: Release Artifacts
58
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
59
with:
60
name: "Clapper: ${{ env.VERSION }}"
61
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"
0 commit comments