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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-15 10:11:22 -05:00
parent 25f37ac1d1
commit 0df4764de8

View File

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