Skip to content

Commit 0724168

Browse files
authored
fix broken action
1 parent d94580c commit 0724168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6767
continue-on-error: true
6868
- name: Continuous Releaser
69-
uses: softprops/action-gh-release@v2
69+
uses: softprops/action-gh-release@v2.2.2
7070
with:
7171
name: "GIMP AppImage ${{ env.APP_VERSION }}"
7272
tag_name: "${{ env.APP_VERSION}}"
@@ -86,7 +86,7 @@ jobs:
8686
echo SNAPSHOT_TAG="${SNAPSHOT_TAG}" >> "${GITHUB_ENV}"
8787
continue-on-error: false
8888
- name: Snapshot Releaser
89-
uses: softprops/action-gh-release@v2
89+
uses: softprops/action-gh-release@v2.2.2
9090
with:
9191
name: "Snapshot ${{ env.APP_VERSION }}"
9292
tag_name: "${{ env.SNAPSHOT_TAG }}"

0 commit comments

Comments
 (0)