ci: Fix script path in the publishing workflow

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-07-10 17:08:00 +02:00
parent a45899765c
commit aeac7b6247
No known key found for this signature in database
GPG key ID: 9300FF7CDEA1FBAA
2 changed files with 2 additions and 2 deletions

View file

@ -45,8 +45,8 @@ jobs:
- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
node scripts/trim-fe-packageJson.js
node scripts/ensure-provenance-fields.mjs
node .github/scripts/trim-fe-packageJson.js
node .github/scripts/ensure-provenance-fields.mjs
sed -i "s/default: 'dev'/default: 'stable'/g" packages/cli/dist/config/schema.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