Skip to content

Commit 577c1d9

Browse files
committed
DX-2479: release pipeline
applied the same fix as upstash/redis-js#1417
1 parent 6bbc7b8 commit 577c1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Set env
21-
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
21+
run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
2222

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

0 commit comments

Comments
 (0)