We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb54bd commit d44cfe7Copy full SHA for d44cfe7
.github/workflows/publish-packages.yaml
@@ -1,4 +1,4 @@
1
-name: Publish
+name: Publish packages to npm
2
on:
3
# NOTE: avoid using the manual execution unless is the only way to fix some issue,
4
# rather retry failed jobs in case of flakes. The manual execution can potentially
@@ -59,7 +59,7 @@ jobs:
59
60
- name: "Publish tags"
61
run: |
62
- npx lerna list -a --json | \
+ npx lerna list --json | \
63
jq -r '.[] | .name + "@" + .version' | \
64
xargs -i sh -c "git tag -a {} -m {} || true"
65
git push --follow-tags
0 commit comments