Skip to content

Commit b0b2dd0

Browse files
committed
align with future release move changes
1 parent 085d348 commit b0b2dd0

File tree

3 files changed

+2
-64
lines changed

3 files changed

+2
-64
lines changed

.github/workflows/bump-packages.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/release-packages.yml renamed to .github/workflows/release-auxiliary-packages.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Publish Auxiliary Packages
22
on:
33
# NOTE: avoid using the manual execution unless is the only way to fix some issue,
44
# rather retry failed jobs in case of flakes. The manual execution can potentially
@@ -53,9 +53,3 @@ jobs:
5353
git update-index --assume-unchanged .npmrc
5454
npm run publish-packages
5555
56-
- name: "Publish tags"
57-
run: |
58-
npx lerna list -a --json | \
59-
jq -r '.[] | .name + "@" + .version' | \
60-
xargs -i sh -c "git tag -a {} -m {} || true"
61-
git push --follow-tags

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)