git diff test

This commit is contained in:
Liam DeBeasi
2023-11-03 13:11:45 -04:00
parent 4129444b2f
commit eb5a489ee4

View File

@@ -53,6 +53,6 @@ runs:
env:
NPM_TOKEN: ${{ inputs.token }}
- name: Publish to NPM
run: pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance
run: git diff && pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance
shell: bash
working-directory: ${{ inputs.working-directory }}