File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,22 @@ jobs:
39
39
run : vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always
40
40
- name : Upload coverage to Codecov
41
41
uses : codecov/codecov-action@v2
42
- release :
43
- runs-on : ubuntu-18.04
44
- needs : test
45
- if : github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
46
- steps :
47
- - uses : actions/checkout@v2
48
- - name : Setup Node.js
49
- uses : actions/setup-node@v2
50
- with :
51
- node-version : ' 14.15.3' # renovate:keep-up-to-date
52
- - name : Install npm dependencies
53
- run : npm ci
54
- - name : Build VS Code extension
55
- run : npm run build
56
- - name : Release
57
- env :
58
- GITHUB_TOKENx : ${{ secrets.GITHUB_TOKEN }}
59
- VSCE_TOKENx : ${{ secrets.VSCE_TOKEN }}
60
- run : npm run semantic-release
42
+ # release:
43
+ # runs-on: ubuntu-18.04
44
+ # needs: test
45
+ # if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
46
+ # steps:
47
+ # - uses: actions/checkout@v2
48
+ # - name: Setup Node.js
49
+ # uses: actions/setup-node@v2
50
+ # with:
51
+ # node-version: '14.15.3' # renovate:keep-up-to-date
52
+ # - name: Install npm dependencies
53
+ # run: npm ci
54
+ # - name: Build VS Code extension
55
+ # run: npm run build
56
+ # - name: Release
57
+ # env:
58
+ # GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
+ # VSCE_TOKEN : ${{ secrets.VSCE_TOKEN }}
60
+ # run: npm run semantic-release
You can’t perform that action at this time.
0 commit comments