Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blipk committed Aug 30, 2024
1 parent 6b65ab0 commit 557e31c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,13 @@ jobs:
throw new Error("Did not find any artifacts to upload")
}
- name: Install Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'

# - name: Install Node.js 18.x
# uses: actions/setup-node@v3
# with:
# node-version: '18.x'

# - name: Publish to Open-VSX
# run: |
# npm ci
# npm i -g ovsx
# ovsx publish --packagePath $(find ./vsix-release -iname *.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Open-VSX
run: |
npm ci
npm i -g ovsx
ovsx publish --packagePath $(find ./vsix-release -iname *.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}

0 comments on commit 557e31c

Please sign in to comment.