Skip to content

Commit 45cdf7b

Browse files
committed
builds
1 parent ccb287b commit 45cdf7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
git config user.name $GITHUB_ACTOR
2424
git config user.email gh-actions-${GITHUB_ACTOR}@github.com
2525
- run: git describe --exact-match --tags $(git log -n1 --pretty='%h') | xargs npm version --allow-same-version
26-
- run: npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
27-
- run: npm install
28-
- run: npm publish
26+
- run: npm config set "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN"
2927
env:
3028
NODE_AUTH_TOKEN: ${{secrets.NPMJS_PUBLISH_SECRET}}
29+
- run: npm install
30+
- run: npm publish

0 commit comments

Comments
 (0)