Skip to content

Commit

Permalink
fix: fix the ci (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed May 24, 2024
1 parent ea1ac91 commit 15dce8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This parameter is required to make sure sematic-relase exactly use the provided GitHub Token
# See https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-your-repository
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 15dce8d

Please sign in to comment.