Skip to content

Commit

Permalink
ci: Identify NPM releases as stable (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Oct 9, 2023
1 parent 200fb54 commit 19048a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
node scripts/trim-fe-packageJson.js
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
Expand Down

0 comments on commit 19048a5

Please sign in to comment.