We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ff3e6 commit 077a843Copy full SHA for 077a843
.github/workflows/cicd.yaml
@@ -49,7 +49,7 @@ jobs:
49
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
run: |
51
npm version --no-git-tag-version '${{ steps.version.outputs.version }}'
52
- pnpm publish --access public --no-git-checks
+ npm publish
53
54
- name: Github Release
55
if: startsWith(github.ref, 'refs/tags/v')
.npmrc
@@ -1,2 +1,2 @@
1
-//registry.npmjs.org/:_authToken=$NPM_TOKEN
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2
auto-install-peers=true
packages/graphql-codegen-golang/.npmrc
@@ -0,0 +1 @@
+../../.npmrc
0 commit comments