Skip to content

Commit 6f641f0

Browse files
authored
Update create-release.yml
1 parent 4693abe commit 6f641f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
with:
6565
node-version: ${{ env.node-version }}
6666

67+
- run: npm version --no-git-tag-version ${{ needs.prepare.outputs.version }}
68+
6769
- run: npm clean-install
6870

6971
- run: npm run build

0 commit comments

Comments
 (0)