Skip to content

Commit a37ca72

Browse files
authored
fix broken action
1 parent 3f4223b commit a37ca72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
continue-on-error: true
112112

113113
- name: Continuous Releaser
114-
uses: softprops/action-gh-release@v2
114+
uses: softprops/action-gh-release@v2.2.2
115115
with:
116116
name: "Azahar AppImage ${{ env.APP_VERSION }}"
117117
tag_name: "${{ env.APP_VERSION }}"
@@ -123,7 +123,7 @@ jobs:
123123
*.AppImage*
124124
125125
- name: Snapshot Releaser
126-
uses: softprops/action-gh-release@v2
126+
uses: softprops/action-gh-release@v2.2.2
127127
with:
128128
name: "Snapshot ${{ env.APP_VERSION }}"
129129
tag_name: "${{ env.SNAPSHOT_TAG }}"

0 commit comments

Comments
 (0)