Skip to content

Commit b54ffa7

Browse files
author
Tenny
committed
CI: 优化构建
1 parent a1f10cc commit b54ffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
deploy-doc:
6666
runs-on: ubuntu-latest
6767
needs: release
68-
if: ${{ needs.release.outputs.prs_created }}
68+
if: needs.release.outputs.prs_created == 'true'
6969

7070
strategy:
7171
matrix:

0 commit comments

Comments
 (0)