Skip to content

Commit 2809ebb

Browse files
committed
Revert to NPM publish
1 parent 8ffbe46 commit 2809ebb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
with:
1616
node-version: '22.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
scope: '@diamondlightsource'
1918
- run: yarn
2019
- run: yarn build
21-
- run: yarn npm login --publish
22-
- run: yarn npm publish --access public
20+
- run: npm publish --access public
2321

0 commit comments

Comments
 (0)