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 b02051d commit 5b6472bCopy full SHA for 5b6472b
.github/workflows/npm-publish.yml
@@ -24,13 +24,13 @@ jobs:
24
25
- name: Setup pnpm
26
uses: pnpm/action-setup@v3
27
- with:
28
- version: 8
+ with:
+ version: latest
29
30
- name: Install Dependencies
31
run: pnpm install
32
33
- name: Publish
34
run: pnpm publish
35
env:
36
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments