Skip to content

Commit 70367ca

Browse files
authored
fix broken action
1 parent aaa6722 commit 70367ca

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
@@ -92,7 +92,7 @@ jobs:
9292
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
9393
continue-on-error: true
9494
- name: Continuous Releaser
95-
uses: softprops/action-gh-release@v2
95+
uses: softprops/action-gh-release@v2.2.2
9696
with:
9797
name: "strawberry AppImage ${{ env.APP_VERSION }}"
9898
tag_name: "${{ env.APP_VERSION }}"
@@ -111,7 +111,7 @@ jobs:
111111
echo SNAPSHOT_TAG="${SNAPSHOT_TAG}" >> "${GITHUB_ENV}"
112112
continue-on-error: false
113113
- name: Snapshot Releaser
114-
uses: softprops/action-gh-release@v2
114+
uses: softprops/action-gh-release@v2.2.2
115115
with:
116116
name: "Snapshot ${{ env.APP_VERSION }}"
117117
tag_name: "${{ env.SNAPSHOT_TAG }}"

0 commit comments

Comments
 (0)