Skip to content

Commit

Permalink
Merge pull request #72 from cloudcome/feat/v0.x
Browse files Browse the repository at this point in the history
Feat/v0.x 2023-03-17 03:06:23
  • Loading branch information
cloudcome authored Mar 16, 2023
2 parents 6bcdba7 + 1638a37 commit a90be4e
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 a90be4e

Please sign in to comment.