Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove --tag next too
  • Loading branch information
JoshuaKGoldberg committed May 12, 2025
commit 3cb3f77f1394c2a8c36eb81a4a1a2ea62578fbb3
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts --force --no-fund --no-audit

- run: npm publish --provenance --access public --tag=next
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}