Update npm/publish/action.yaml

This commit is contained in:
Zakary Timson 2023-12-15 03:43:47 +00:00
parent 83e4ae9e4a
commit ee204edc72

View File

@ -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"