We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2efb91 commit 09d51abCopy full SHA for 09d51ab
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
node-version: "22"
34
35
- name: Set version
36
- run: npm version ${{ env.GITHUB_REF_NAME }} --no-git-tag-version
+ run: npm version ${{ github.ref_name }} --no-git-tag-version
37
38
- name: Install Dependencies
39
run: npm install
0 commit comments