Skip to content

Commit 0d30498

Browse files
authored
chore(ci): fix lerna release for otel v1 (#655)
1 parent 00cd7a0 commit 0d30498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-otel-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: Publish with otel-v1 tag
5151
run: |
5252
# Publish all packages with otel-v1 dist-tag
53-
pnpm lerna publish from-git --dist-tag otel-v1 --no-private --yes
53+
pnpm lerna publish from-package --dist-tag otel-v1 --no-private --yes

0 commit comments

Comments
 (0)