Skip to content

Commit 4d33db6

Browse files
authored
Merge pull request #74 from cloudcome/feat/v0.x
fix: 优化 actions 5 2023-03-17 03:09:13
2 parents 54162ba + 89f8dab commit 4d33db6

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
@@ -24,7 +24,7 @@ jobs:
2424
publish:
2525
runs-on: ubuntu-latest
2626
needs: release
27-
if: needs.release.outputs.release_created
27+
if: always() && needs.release.outputs.release_created
2828
steps:
2929
- run: sudo timedatectl set-timezone Asia/Shanghai
3030
- run: timedatectl

0 commit comments

Comments
 (0)