File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,16 @@ jobs:
5454 registry-url : " https://registry.npmjs.org/"
5555
5656 - run : npm ci
57- # - run: npm run build
58- # - run: npm run test:badges
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 }}"
57+ - run : npm run build
58+ - run : npm run test:badges
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 - name : Release with semantic-release
6666 env :
6767 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6868 GH_TOKEN : ${{ secrets.GH_TOKEN }}
69- TEST : ${{ secrets.TEST }}
70- run : echo $TEST
71- # run: npx semantic-release
69+ run : NPM_TOKEN=$NPM_TOKEN GH_TOKEN=$GH_TOKEN npx semantic-release
You can’t perform that action at this time.
0 commit comments