1
0
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

Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
Mario Sarcher 2021-06-07 10:55:00 +02:00
parent 026cbbac09
commit 3e60afc267

View File

@ -30,7 +30,6 @@ jobs:
make build-npm
- name: publish new release
if: contains(github.ref, 'refs/tags/v')
run: |
make publish-npm
env: