Skip to content

Commit b4f6ad8

Browse files
committed
ci: Trying to fix env problems
1 parent 5da6af5 commit b4f6ad8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
node-version: 10
1717
- run: npm ci
1818
- run: npm run test:prod
19-
env:
20-
CI: true
2119

2220
publish:
2321
needs: test
@@ -33,6 +31,5 @@ jobs:
3331
- run: npm run deploy-docs
3432
- run: npm run semantic-release
3533
env:
36-
CI: true
37-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
38-
GH_TOKEN: ${{secrets.GH_TOKEN}}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)