Skip to content

Commit

Permalink
chore(release): 3.20.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jul 14, 2024
1 parent df26d5a commit 798e01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: |
npm ci
npm install -g @vscode/vsce ovsx
- name: Compile VSIX
run: npm run build
- name: Publish VSCE Marketplace
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
- name: Publish OpenVSX Registry
Expand Down

0 comments on commit 798e01c

Please sign in to comment.