Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit df26d5a

Browse files
committed
chore(release): 3.20.0 [skip release]
1 parent a19d01f commit df26d5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
npm ci
3838
npm install -g @vscode/vsce ovsx
3939
- name: Publish VSCE Marketplace
40-
run: vsce publish --pat ${{ secrets.VSCE_PAT }}
40+
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
4141
- name: Publish OpenVSX Registry
42-
run: ovsx publish --pat ${{ secrets.OVSX_PAT }}
42+
run: ovsx publish --pat ${{ secrets.OVSX_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"icon": "media/lightningflow.png",
1111
"description": "A VSCode Extension designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.",
12-
"version": "3.19.0",
12+
"version": "3.20.0",
1313
"engines": {
1414
"vscode": "^1.83.0"
1515
},

0 commit comments

Comments
 (0)