Skip to content

Commit

Permalink
updated release yaml
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <[email protected]>
  • Loading branch information
msivasubramaniaan committed Mar 18, 2024
1 parent 7fbdb97 commit 00ed8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
draft: true
files: |
vscode-knative-${{ env.EXT_VERSION }}-${{github.run_number}}.vsix
vscode-knative-${{ env.EXT_VERSION }}-${{github.run_number}}.sha256
vscode-knative-${{ env.EXT_VERSION }}-${{github.run_number}}.vsix.sha256
release-job:
if: ${{ inputs.publishToMarketPlace == 'true' || inputs.publishToOVSX == 'true' }}
environment: ${{ (inputs.publishToMarketPlace == 'true' || inputs.publishToOVSX == 'true') && 'release' }}
environment: ${{ 'release' }}
runs-on: ubuntu-latest
needs: packaging-job
steps:
Expand All @@ -82,7 +82,7 @@ jobs:
node-version: 20
- name: Install dependencies
run: |
npm install -g typescript "vsce" "ovsx"
npm install -g typescript "@vscode/vsce" "ovsx"
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
- name: Download VSIX Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 00ed8e7

Please sign in to comment.