Skip to content

Commit

Permalink
Add OpenVSX deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijndorp committed Jun 17, 2024
1 parent 60871c5 commit 77ba37e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,14 @@ jobs:
- name: Publish!
env:
VSCE_PAT: ${{ secrets.FIND_IT_FASTER_AZURE_PAT }}
OPENVSX_TOKEN: ${{ secrets.FIND_IT_FASTER_OPENVSX_TOKEN }}
run: |
sudo apt-get install -y jq
FIF_TAG=$(cat package.json | jq -r .version)
npm run vscode:publish
echo "Tagging release with $FIF_TAG..."
git tag "$FIF_TAG"
git push origin "$FIF_TAG"
git push origin "$FIF_TAG"
# Publish to openvsx
npx ovsx publish -p "$OPENVSX_TOKEN"

0 comments on commit 77ba37e

Please sign in to comment.