Skip to content

Commit 68ae9e2

Browse files
committed
run publish always
1 parent 463d77e commit 68ae9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo $VERSION > .version
4949
echo $NAME > .name
5050
- name: Use Node.js
51-
uses: actions/setup-node@v1
51+
uses: actions/setup-node@v3
5252
with:
5353
node-version: 14.x
5454
- run: npm install
@@ -120,7 +120,7 @@ jobs:
120120
asset_name: ${{ steps.set-version.outputs.name }}.vsix
121121
asset_content_type: application/zip
122122
publish:
123-
if: github.event_name == 'release'
123+
# if: github.event_name == 'release'
124124
runs-on: ubuntu-latest
125125
needs: build
126126
steps:
@@ -135,7 +135,7 @@ jobs:
135135
- name: Use Node.js
136136
uses: actions/setup-node@v3
137137
with:
138-
node-version: 16
138+
node-version: 14.x
139139
- name: Prepare build
140140
id: set-version
141141
run: |

0 commit comments

Comments
 (0)