Skip to content

Commit 088e234

Browse files
committed
Commit and push the version bump in the action
1 parent 0349134 commit 088e234

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-vscode.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
working-directory: packages/vscode
5555
id: set_version
5656
run: echo "VERSION=v$(npm pkg get version | tr -d \")" >> "$GITHUB_OUTPUT"
57+
- name: Commit Version
58+
run: |
59+
git add .
60+
git commit -m "Version bump"
61+
git push
5762
- uses: actions/upload-artifact@v4
5863
with:
5964
name: ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)