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