Skip to content

Commit

Permalink
fix: 优化 actions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 16, 2023
1 parent bd6de15 commit 0243519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- run: sudo timedatectl set-timezone Asia/Shanghai
- run: timedatectl
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand All @@ -27,6 +26,8 @@ jobs:
needs: release
if: needs.release.outputs.release_created
steps:
- run: sudo timedatectl set-timezone Asia/Shanghai
- run: timedatectl
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0243519

Please sign in to comment.