Skip to content

Commit b405d96

Browse files
committed
rev
1 parent cf7e66f commit b405d96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
22-
registry-url: 'https://registry.npmjs.org/'
23-
scope: 'victor-oai'
21+
node-version: '20'
22+
registry-url: 'https://registry.npmjs.org'
2423
- name: Install dependencies
2524
run: pnpm install
2625
- run: pnpm publish --access public

0 commit comments

Comments
 (0)