Skip to content

Commit b18ebec

Browse files
Update softprops/action-gh-release action to v2.5.0
1 parent a50b368 commit b18ebec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
103103
104104
- name: Release Artifacts
105-
uses: softprops/action-gh-release@v2.2.2
105+
uses: softprops/action-gh-release@v2.5.0
106106
with:
107107
name: "Torzu: ${{ env.VERSION }}"
108108
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"

0 commit comments

Comments
 (0)