mirror of
https://github.com/cdr/code-server.git
synced 2026-03-31 18:44:46 +02:00
Merge branch 'main' into release/v4.9.0
This commit is contained in:
commit
ccf882f830
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -314,7 +314,7 @@ jobs:
|
|||
|
||||
- name: Modify version
|
||||
env:
|
||||
VERSION: ${{ env.VERSION )}}
|
||||
VERSION: ${{ env.VERSION }}
|
||||
run: |
|
||||
echo "Updating version in root package.json"
|
||||
npm version --prefix release "$VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue