Skip to content

Commit

Permalink
fix: ensure 3.x releases publish to npm with 'latest-3' dist-tag
Browse files Browse the repository at this point in the history
Fixes: #4307
  • Loading branch information
trentm committed Nov 5, 2024
1 parent 426a49b commit a938d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: npm publish
run: |-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm publish --provenance
npm publish --tag="latest-3" --provenance
- if: always()
uses: elastic/oblt-actions/slack/notify-result@v1
Expand Down

0 comments on commit a938d66

Please sign in to comment.