Update npm/publish/action.yaml
This commit is contained in:
parent
d8785ba71c
commit
6aa41db1a3
@ -38,4 +38,4 @@ runs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
uses: docker://node
|
uses: docker://node
|
||||||
with:
|
with:
|
||||||
args: /bin/sh -c "[ \"${{github.ref_name}}\" == \"${{inputs.branch}}\" ] && npm publish"
|
args: /bin/bash -c "[[ \"${{github.ref_name}}\" == \"${{inputs.branch}}\" ]] && npm publish"
|
||||||
|
Loading…
Reference in New Issue
Block a user