mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: fix typo in release.yaml (#5774)
This commit is contained in:
parent
69d469b714
commit
74edfe7c43
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