Skip to content

Commit b18abf3

Browse files
committed
back?
1 parent c89011d commit b18abf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
run: |
2323
git config user.name "${GITHUB_ACTOR}"
2424
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
25-
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
25+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2626
cat .npmrc
27+
env:
28+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2729
- name: Install dependencies
2830
run: npm ci
2931
- name: Run tests

0 commit comments

Comments
 (0)