Skip to content

Commit a42e1ed

Browse files
committed
fix npm add env when install
1 parent 04198e6 commit a42e1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with: {registry-url: "https://registry.npmjs.org"}
1515
- run: npm install
16-
- run: npm run review
17-
- run: npm publish --provenance --access public
1816
env:
1917
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
- run: npm run review
19+
- run: npm publish

0 commit comments

Comments
 (0)