We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647e125 commit 2362c8dCopy full SHA for 2362c8d
1 file changed
.github/workflows/gnd-binary-build.yml
@@ -263,8 +263,6 @@ jobs:
263
- name: Publish
264
run: npm publish --provenance --access public ${{ inputs.dry_run && '--dry-run' || '' }}
265
working-directory: pkg
266
- env:
267
- NODE_AUTH_TOKEN: ${{ secrets.GRAPHPROTOCOL_NPM_TOKEN }}
268
269
publish-npm-wrapper:
270
name: Publish @graphprotocol/gnd wrapper
@@ -320,6 +318,4 @@ jobs:
320
318
321
319
322
323
- working-directory: pkg
324
325
+ working-directory: pkg
0 commit comments