Skip to content

Commit d169baf

Browse files
authored
Fix workflow (#92)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent ec644be commit d169baf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ jobs:
7979

8080
- name: Set package version
8181
working-directory: ${{ env.WORKING_DIR }}
82-
run: npm version "$VERSION" --no-git-tag-version --allow-same-version
83-
env:
84-
VERSION: ${{ inputs.version }}
82+
run: npm version "${{ inputs.version }}" --no-git-tag-version --allow-same-version
8583

8684
- name: Install musl tools
8785
if: contains(matrix.target, 'musl')

0 commit comments

Comments
 (0)