Skip to content

Commit 1135606

Browse files
authored
Merge pull request #46 from microsoft/chore/bump-build-date
Chore/bump build date
2 parents cc65ca1 + 051daa0 commit 1135606

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,24 @@ jobs:
8484
run: |
8585
npm install @vscode/vsce
8686
87+
- name: Bump VS Code extension version
88+
working-directory: ./flowquery-vscode
89+
run: |
90+
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
91+
8792
- name: Package VS Code extension
8893
working-directory: ./flowquery-vscode
8994
run: |
9095
npx @vscode/vsce package
9196
ls -la *.vsix
9297
98+
- name: Publish VS Code extension to Marketplace
99+
working-directory: ./flowquery-vscode
100+
run: |
101+
npx @vscode/vsce publish --pat "$VSCE_PAT"
102+
env:
103+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
104+
93105
- name: Create GitHub Release
94106
uses: softprops/action-gh-release@v1
95107
with:

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Main entry point for the FlowQuery command-line interface.
55
*
6-
* Build: 2026-02-21
6+
* Build: 2026-02-22
77
*
88
* @packageDocumentation
99
*/

0 commit comments

Comments
 (0)