Skip to content

Commit

Permalink
chore: remove --tag next from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 2, 2024
1 parent a5bd707 commit 1796028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 }}

0 comments on commit 1796028

Please sign in to comment.