1
0
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:
Sebastian Malton 2022-12-15 07:11:59 -08:00 committed by GitHub
parent 25f37ac1d1
commit d05189d008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,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: