We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7e66f commit b405d96Copy full SHA for b405d96
.github/workflows/publish.yml
@@ -18,9 +18,8 @@ jobs:
18
- uses: pnpm/action-setup@v4
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 20
22
- registry-url: 'https://registry.npmjs.org/'
23
- scope: 'victor-oai'
+ node-version: '20'
+ registry-url: 'https://registry.npmjs.org'
24
- name: Install dependencies
25
run: pnpm install
26
- run: pnpm publish --access public
0 commit comments