Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit bafcf0d

Browse files
authored
chore: use next tag for release automation (#156)
When the API is released and there is no SDK released yet with a compatible version, the installation can fail if the user does not specifically choose the correct version and installs latest. See open-telemetry/opentelemetry-js#2753 for an example.
1 parent 24f1cb8 commit bafcf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ steps.release.outputs.release_created }}
2828
- run: npm run compile
2929
if: ${{ steps.release.outputs.release_created }}
30-
- run: npm publish
30+
- run: npm publish --tag next
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3333
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)