Skip to content

Commit

Permalink
remove rm n8n rc dist-tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Dec 31, 2024
1 parent 2d98a7c commit cf6a2e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
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
- id: set-release
run: echo "release=${{ env.RELEASE }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cf6a2e2

Please sign in to comment.