We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc5d42 commit 432666aCopy full SHA for 432666a
.github/workflows/deploy.yml
@@ -30,30 +30,6 @@ jobs:
30
- name: deploy
31
run: npm run deploy-vsce
32
33
- openvsx:
34
- name: Open VSX
35
- runs-on: ubuntu-latest
36
- timeout-minutes: 10
37
- environment:
38
- name: Open VSX Registry
39
- url: https://open-vsx.org/extension/johnbillion/vscode-wordpress-hooks
40
- env:
41
- OVSX_PAT: ${{ secrets.OVSX_TOKEN }}
42
- steps:
43
- - name: checkout repo
44
- uses: actions/checkout@v4
45
-
46
- - name: setup node
47
- uses: actions/setup-node@v4
48
- with:
49
- node-version-file: '.nvmrc'
50
51
- - name: clean install dependencies
52
- run: npm ci
53
54
- - name: deploy
55
- run: npm run deploy-openvsx
56
57
github:
58
name: GitHub Milestones
59
runs-on: ubuntu-latest
0 commit comments