Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Set NPM version
|
- name: Set NPM version
|
||||||
run: npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-version
|
run: npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-version
|
||||||
|
|||||||
Reference in New Issue
Block a user