Skip to content

Commit cd4313c

Browse files
authored
fix broken action
1 parent 8ec26b7 commit cd4313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
*.AppImage*
126126
127127
- name: Snapshot Releaser
128-
uses: softprops/action-gh-release@v2
128+
uses: softprops/action-gh-release@v2.2.2
129129
with:
130130
name: "Snapshot ${{ env.APP_VERSION }}"
131131
tag_name: "${{ env.SNAPSHOT_TAG }}"

0 commit comments

Comments
 (0)