Skip to content

Commit

Permalink
remove v from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
djschny authored Feb 20, 2024
1 parent 59de304 commit 9d0d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-4.12.0-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install VS Code extensions
shell: bash
run: |
./code-server/bin/code-server --install-extension vscjava.vscode-java-pack@v0.25.11
./code-server/bin/code-server --install-extension vscjava.vscode-java-pack@0.25.11
# downgrade the redhat java extension, even though we specify a "pack" version above, it pulls in latest
./code-server/bin/code-server --install-extension [email protected]
# install the Tanzu Developer Tools extension
Expand Down

0 comments on commit 9d0d758

Please sign in to comment.