Skip to content

Commit

Permalink
fix: removed old echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderjl committed Nov 19, 2024
1 parent 247dee2 commit e867cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup npmrc
run: |
cat << EOF > "$HOME/.npmrc"
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
EOF
- name: install dependencies
run: pnpm install
Expand Down

0 comments on commit e867cf4

Please sign in to comment.