File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 - run : npm run build --if-present
2727 - run : npm run lint
2828 - run : npm test
29- deploy :
30- needs : build
31- runs-on : ubuntu-latest
32- steps :
33- - uses : actions/checkout@v2
34- - uses : actions/setup-node@v1
35- with :
36- node-version : 18.x
37- - run : npm install
38- - run : npm run build --if-present
39- # https://github.com/marketplace/actions/npm-publish
40- - uses : JS-DevTools/npm-publish@v2
41- with :
42- token : ${{ secrets.NPM_TOKEN }}
29+ # deploy:
30+ # needs: build
31+ # runs-on: ubuntu-latest
32+ # steps:
33+ # - uses: actions/checkout@v2
34+ # - uses: actions/setup-node@v1
35+ # with:
36+ # node-version: 18.x
37+ # - run: npm install
38+ # - run: npm run build --if-present
39+ # # https://github.com/marketplace/actions/npm-publish
40+ # - uses: JS-DevTools/npm-publish@v2
41+ # with:
42+ # token: ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments