Skip to content

Commit d5290e3

Browse files
ci: fix
1 parent 0b116f7 commit d5290e3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030

3131
- run: npm ci
3232

33+
- name: Verify Auth
34+
run: npm whoami --registry=https://registry.npmjs.org
35+
3336
- name: Create Release Pull Request or Publish to npm
3437
id: changesets
3538
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"test:smoketests": "c8 node --enable-source-maps smoketests/index.js",
4343
"test:coverage": "c8 npm run test:base",
4444
"update:docs": "node ./scripts/update-docs",
45-
"version": "node ./node_modules/.bin/changeset version && node ./scripts/sync-changelogs.js",
46-
"release": "npm run build && node ./node_modules/.bin/changeset publish",
45+
"version": "changeset version && node ./scripts/sync-changelogs.js",
46+
"release": "npm run build && changeset publish",
4747
"prepare": "husky"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)