diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 818b2938..06883150 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,7 +124,6 @@ jobs: working-directory: ./npm-staging # The setup-node@v3 step created an .npmrc file, but we changed directories. Copy it first. run: | - cp ${GITHUB_WORKSPACE}/.npmrc . npm config list echo -n "Publishing to NPM as " grep "version" < "package.json"