We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105f892 commit 04e19e1Copy full SHA for 04e19e1
.github/workflows/js-test-and-release.yml
@@ -140,10 +140,10 @@ jobs:
140
with:
141
docker-token: ${{ secrets.DOCKER_TOKEN }}
142
docker-username: ${{ secrets.DOCKER_USERNAME }}
143
- - run: npm run --if-present docs
144
- env:
145
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
- run: npm run --if-present release
147
env:
148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm run --if-present docs
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments