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 602aa16 commit b9eb603Copy full SHA for b9eb603
.github/workflows/main.yml
@@ -28,33 +28,6 @@ jobs:
28
- name: Build VSIX package
29
run: vsce package
30
working-directory: nucleo-debugger
31
-name: Build VSIX
32
-
33
-on:
34
- push:
35
- branches:
36
- - main
37
38
-jobs:
39
- build:
40
- runs-on: ubuntu-latest
41
42
- steps:
43
- - name: Checkout code
44
- uses: actions/checkout@v2
45
46
- - name: Setup Node.js environment
47
- uses: actions/setup-node@v2
48
- with:
49
- node-version: '14'
50
51
- - name: Install dependencies
52
- run: yarn install
53
- working-directory: nucleo-debugger
54
55
- - name: Build VSIX package
56
- run: yarn vsce package
57
58
59
- name: Create Release
60
id: create_release
0 commit comments