We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db557fd commit fe7ce0fCopy full SHA for fe7ce0f
1 file changed
.github/workflows/typescript_publish.yml
@@ -38,6 +38,9 @@ jobs:
38
cache: "pnpm"
39
cache-dependency-path: ./typescript
40
41
+ - name: Use latest npm for trusted publishing
42
+ run: npm install -g npm@latest
43
+
44
- name: Install dependencies
45
run: pnpm install --frozen-lockfile
46
@@ -47,6 +50,4 @@ jobs:
47
50
- name: Publish
48
51
run: |
49
52
pnpm run prepublish
- pnpm publish --recursive --no-git-checks --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53
+ pnpm publish --recursive --no-git-checks --access public
0 commit comments