From 68ae9e2b50dff2232ff8e8da7d2aef3929a13598 Mon Sep 17 00:00:00 2001 From: Raj Singh Date: Thu, 16 Mar 2023 16:35:05 -0400 Subject: [PATCH] run publish always --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 612e0d3..27e6cbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: @@ -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: |