mirror of
https://github.com/coder/code-server.git
synced 2024-11-22 19:23:16 +03:00
chore: fix typo in release.yaml (#5774)
This commit is contained in:
parent
69d469b714
commit
74edfe7c43
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 New Issue
Block a user