Skip to content

Commit 09d51ab

Browse files
committed
fix: version is not set on windows runner
1 parent a2efb91 commit 09d51ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: "22"
3434

3535
- name: Set version
36-
run: npm version ${{ env.GITHUB_REF_NAME }} --no-git-tag-version
36+
run: npm version ${{ github.ref_name }} --no-git-tag-version
3737

3838
- name: Install Dependencies
3939
run: npm install

0 commit comments

Comments
 (0)