We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0349134 commit 088e234Copy full SHA for 088e234
.github/workflows/release-vscode.yml
@@ -54,6 +54,11 @@ jobs:
54
working-directory: packages/vscode
55
id: set_version
56
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
62
- uses: actions/upload-artifact@v4
63
with:
64
name: ${{ env.PACKAGE_NAME }}
0 commit comments