Skip to content

Commit

Permalink
run publish always
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-rsingh committed Mar 16, 2023
1 parent 463d77e commit 68ae9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo $VERSION > .version
echo $NAME > .name
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm install
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
asset_name: ${{ steps.set-version.outputs.name }}.vsix
asset_content_type: application/zip
publish:
if: github.event_name == 'release'
# if: github.event_name == 'release'
runs-on: ubuntu-latest
needs: build
steps:
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14.x
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit 68ae9e2

Please sign in to comment.