Skip to content

Commit

Permalink
chore: fix npmrc auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
ctison committed Sep 5, 2022
1 parent 97ff3e6 commit 077a843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm version --no-git-tag-version '${{ steps.version.outputs.version }}'
pnpm publish --access public --no-git-checks
npm publish
- name: Github Release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//registry.npmjs.org/:_authToken=$NPM_TOKEN
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
auto-install-peers=true
1 change: 1 addition & 0 deletions packages/graphql-codegen-golang/.npmrc

0 comments on commit 077a843

Please sign in to comment.