From 15dce8da4f487b9513c2dd2313b4355da538fa7d Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Fri, 24 May 2024 19:06:19 +0000 Subject: [PATCH] fix: fix the ci (#1160) similar to https://github.com/Esri/hub.js/blob/master/.github/workflows/release.yml#L64-L66 --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a09f9882..83bc02860 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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