We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec644be commit d169bafCopy full SHA for d169baf
1 file changed
.github/workflows/npm-publish.yml
@@ -79,9 +79,7 @@ jobs:
79
80
- name: Set package version
81
working-directory: ${{ env.WORKING_DIR }}
82
- run: npm version "$VERSION" --no-git-tag-version --allow-same-version
83
- env:
84
- VERSION: ${{ inputs.version }}
+ run: npm version "${{ inputs.version }}" --no-git-tag-version --allow-same-version
85
86
- name: Install musl tools
87
if: contains(matrix.target, 'musl')
0 commit comments