Skip to content

Commit

Permalink
Undid previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Aug 2, 2020
1 parent bef57e4 commit c44dfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm test

- name: Publish to npm
run: pnpm publish --no-git-checks .
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand All @@ -54,6 +54,6 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Publish to GitHub
run: pnpm publish --no-git-checks .
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c44dfd0

Please sign in to comment.