mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Always publish NPM package from workflow (#6761)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
25f37ac1d1
commit
d05189d008
1
.github/workflows/publish-release-npm.yml
vendored
1
.github/workflows/publish-release-npm.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
make build-npm
|
||||
|
||||
- name: publish new release
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
make publish-npm
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user