Skip to content

Commit 5b5448a

Browse files
committed
DX-2479: fix package.version
1 parent 589cc3e commit 5b5448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set env
20-
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
20+
run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
2121

2222
- name: Setup Node
2323
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)