Skip to content

Commit 3f6ffa8

Browse files
committed
ci: downgrade softprops/action-gh-release until the issue softprops/action-gh-release#703 is fixed
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 790c84e commit 3f6ffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
throw new Error(errorMsg);
214214
}
215215
- name: "Create nightly release"
216-
uses: softprops/action-gh-release@v2
216+
uses: softprops/action-gh-release@v2.4.2
217217
if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
218218
with:
219219
name: "${{ steps.build.outputs.ZIP_VERSION }} nightly"

0 commit comments

Comments
 (0)