Skip to content

Commit

Permalink
Adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 18, 2024
1 parent b80aaa4 commit e7ab3dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
- name: Publish Plugin
run: npx vsce publish --packagePath ./apollon-vscode-${{ steps.strip-v.outputs.VERSION }}.vsix -p ${{ secrets.PUBLISH_TOKEN }}

- name: Publish to VSX Registry
id: vsx-publish
run: |
npx ovsx publish -p ${{ secrets.PUBLISH_VSX }} ./apollon-vscode-${{ steps.strip-v.outputs.VERSION }}.vsix
# Upload artifact as a release asset
- name: Upload Release Asset
env:
Expand Down

0 comments on commit e7ab3dc

Please sign in to comment.