File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ jobs:
5353 registry-url : " https://registry.npmjs.org/"
5454
5555 - run : npm ci
56- - run : npm run build
57- - run : npm run test:badges
56+ # - run: npm run build
57+ # - run: npm run test:badges
5858
59- - name : Debug secrets
60- run : |
61- echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62- echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
63- echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
64- echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
59+ # - name: Debug secrets
60+ # run: |
61+ # echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62+ # echo "GH_TOKEN set? ${{ secrets.GH_TOKEN != '' }}"
63+ # echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
64+ # echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
6565
6666 - name : Release with semantic-release
67- run : |
68- echo "Running semantic-release with explicit env"
69- NPM_TOKEN= ${{ secrets.NPM_TOKEN }} \
70- GH_TOKEN= ${{ secrets.GH_TOKEN }} \
71- npx semantic-release
67+ env :
68+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
69+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
70+ TEST : ${{ secrets.TEST }}
71+ run : echo $TEST
You can’t perform that action at this time.
0 commit comments