Skip to content

Commit 01bc26b

Browse files
committed
revert: "ci: downgrade softprops/action-gh-release until the issue softprops/action-gh-release#703 is fixed"
Refs: 3f6ffa8.
1 parent 992f388 commit 01bc26b

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
@@ -223,7 +223,7 @@ jobs:
223223
throw new Error(errorMsg);
224224
}
225225
- name: "Create nightly release"
226-
uses: softprops/action-gh-release@v2.4.2
226+
uses: softprops/action-gh-release@v2
227227
if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
228228
with:
229229
name: "${{ steps.build.outputs.ZIP_VERSION }} nightly"

0 commit comments

Comments
 (0)