Skip to content

Commit

Permalink
chore: fix extra .
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Nov 3, 2023
1 parent 145f77c commit 88feb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run publish
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc.
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
git config --global user.name 'Betsy CI'
git config --global user.email '[email protected]'
pnpm publish --no-git-checks
Expand Down

0 comments on commit 88feb40

Please sign in to comment.