Skip to content

Commit cf97cee

Browse files
committed
Specify --tag latest on GitHub Packages publish for consistency
Match the npm publish job's explicit dist-tag on the GitHub Packages job. Behaviorally a no-op (npm publish already defaults to the latest tag), but keeps the two publish steps symmetric and self-documenting. Issue: CLDSRVCLT-16 Claude-Session: https://claude.ai/code/session_01C3bvjpTmCfPRxqsCRiFXb7
1 parent 3013ed0 commit cf97cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
registry-url: 'https://npm.pkg.github.com'
7979

8080
- name: Publish to GitHub Packages
81-
run: npm publish
81+
run: npm publish --tag latest
8282
env:
8383
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

0 commit comments

Comments
 (0)