Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Oct 1, 2023
1 parent b90e3ed commit 6522986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: ./.github/actions/setup-project
- run: cd ./packages/gqlpt && pnpm pack
- run: pnpm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- run: cd ./packages/gqlpt && pnpm publish --no-git-checks
env:
NPM_TOKEN: ${{secrets.npm_token}}
- run: cd ./packages/gqlpt && pnpm publish --no-git-checks

0 comments on commit 6522986

Please sign in to comment.