mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Added npm ci when generating release
This commit is contained in:
parent
f1ae68a300
commit
b9213952d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14.15
|
node-version: 14.15
|
||||||
- name: Generate release assets
|
- name: Generate release assets
|
||||||
run: npm run build ${GITHUB_REF#refs/tags/v}
|
run: npm ci && npm run build ${GITHUB_REF#refs/tags/v}
|
||||||
- name: Publish release with assets
|
- name: Publish release with assets
|
||||||
uses: docker://antonyurchenko/git-release:latest
|
uses: docker://antonyurchenko/git-release:latest
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue