Skip to content

Commit a7e2f9a

Browse files
committed
Disable release part of actions.
1 parent 3b196d0 commit a7e2f9a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ jobs:
3939
run: vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always
4040
- name: Upload coverage to Codecov
4141
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

0 commit comments

Comments
 (0)