Skip to content

Commit e0b4fec

Browse files
Update softprops/action-gh-release action to v2.4.2
1 parent ccf8b01 commit e0b4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "VERSION=$(cat ./version)" >> "${GITHUB_ENV}"
5555
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
5656
- name: Release Artifacts
57-
uses: softprops/action-gh-release@v2.2.2
57+
uses: softprops/action-gh-release@v2.4.2
5858
with:
5959
name: "GIMP/PhotoGIMP: ${{ env.VERSION }}"
6060
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"

0 commit comments

Comments
 (0)