Update npm/publish/action.yaml
This commit is contained in:
parent
9b7e7f1ae3
commit
83e4ae9e4a
@ -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