Update npm/publish/action.yaml
This commit is contained in:
parent
6aa41db1a3
commit
9b7e7f1ae3
@ -38,4 +38,4 @@ runs:
|
||||
- name: Publish
|
||||
uses: docker://node
|
||||
with:
|
||||
args: /bin/bash -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