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 448599b commit 369dda1Copy full SHA for 369dda1
.github/workflows/publish-affine-reader.yml
@@ -51,12 +51,10 @@ jobs:
51
git add packages/affine-reader/package.json
52
git commit -m "chore(release): affine-reader@${{ inputs.version }}"
53
54
- - name: Setup .npmrc file
55
- run: |
56
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
57
-
58
- name: Publish to npm
59
working-directory: ./packages/affine-reader
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60
run: |
61
if [ "${{ inputs.dry-run }}" = "true" ]; then
62
pnpm publish . --no-git-checks --dry-run
0 commit comments