mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix get version
This commit is contained in:
parent
b5b69b3829
commit
5037541ab4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -65,7 +65,9 @@ jobs:
|
|||
|
||||
- name: Get Version
|
||||
id: get_version
|
||||
run: echo "version=$(node -p \"require('./package.json').version\")" >> $GITHUB_OUTPUT
|
||||
run: |
|
||||
VERSION=$(node -p "require('./package.json').version")
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create Git Tag
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue