Skip to content

Commit 8ec26b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
111111
continue-on-error: true
112112

113-
- uses: softprops/action-gh-release@v2
113+
- uses: softprops/action-gh-release@v2.2.2
114114
with:
115115
name: "Continuous Build (Nightly Version: ${{ env.APP_VERSION }})"
116116
tag_name: "nightly"

0 commit comments

Comments
 (0)