There was an error while loading. Please reload this page.
1 parent 66c979f commit 469a39fCopy full SHA for 469a39f
1 file changed
.github/workflows/publish-npm-types.yml
@@ -71,6 +71,7 @@ jobs:
71
- name: Publish @pptb/types to npm
72
working-directory: ./packages
73
run: |
74
- printf "registry=https://registry.npmjs.org/\n" > "$NPM_CONFIG_USERCONFIG"
75
echo "Publishing @pptb/types@${{ steps.version.outputs.version }} with tag ${{ inputs.tag }} to npm..."
76
npm publish --access public --tag ${{ inputs.tag }} --provenance
+ env:
77
+ NODE_AUTH_TOKEN: "" # Forces npm to use the OCDC token for authentication
0 commit comments