Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Remove failing cp line, test whether we get credentials
  • Loading branch information
alexeagle authored Aug 1, 2023
1 parent 4bdda37 commit 1f4db76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f4db76

Please sign in to comment.