mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Always publish npm package on master branch updates (#2970)
Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
parent
026cbbac09
commit
96aa9f16e1
1
.github/workflows/publish-master-npm.yml
vendored
1
.github/workflows/publish-master-npm.yml
vendored
@ -30,7 +30,6 @@ jobs:
|
|||||||
make build-npm
|
make build-npm
|
||||||
|
|
||||||
- name: publish new release
|
- name: publish new release
|
||||||
if: contains(github.ref, 'refs/tags/v')
|
|
||||||
run: |
|
run: |
|
||||||
make publish-npm
|
make publish-npm
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user