Skip to content

Commit ad2778f

Browse files
committed
ci: Prefix version with v in CI workflow
1 parent 3765403 commit ad2778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Get version from api/package.json
159159
id: get_version
160160
run: |
161-
VERSION=$(node -p "require('./api/package.json').version")
161+
VERSION=v$(node -p "require('./api/package.json').version")
162162
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
163163
echo "Using version: ${VERSION}"
164164

0 commit comments

Comments
 (0)