diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 59f5121e493..33b5f809a4e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,10 +26,6 @@ jobs: path: dist/* if-no-files-found: error - name: Commit files - uses: actions/checkout@v2 - with: - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. - fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. run: | date > generated.txt git config user.name github-actions