include wombat token

This commit is contained in:
mkorwel
2025-07-01 17:00:30 -05:00
parent de54fd7c99
commit f8c0afc571

View File

@@ -82,6 +82,7 @@ jobs:
env:
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
NPM_DRY_RUN: ${{ inputs.dry_run && '--dry-run' || '' }}
NODE_AUTH_TOKEN: ${{ secrets.WOMBAT_TOKEN }}
- name: Create GitHub Release
if: steps.run_type.outputs.NPM_DRY_RUN == ''