Update npm/publish/action.yaml

This commit is contained in:
Zakary Timson 2023-12-15 03:38:12 +00:00
parent d8785ba71c
commit 6aa41db1a3

View File

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