ci: Trim FE package.json files before publishing (no-changelog)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-31 14:05:12 +02:00
parent 9cfe5e3c66
commit 1b4247498b
4 changed files with 17 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ jobs:
- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
pnpm publish -r --publish-branch ${{github.event.pull_request.base.ref}} --access public --tag rc
node scripts/trim-fe-packageJson.js
pnpm publish -r --publish-branch ${{github.event.pull_request.base.ref}} --access public --tag rc --no-git-checks
npm dist-tag rm n8n rc
- name: Create a Release on GitHub