Skip to content

Commit

Permalink
forgot to call meta:update script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 16, 2024
1 parent bc63a65 commit be1bdc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
# # NOTE: do git-push first. another git-push will happen after subrepos are updated,
# # but if that one fails, we might be in a bad state w/ subrepos.
# - name: Sync Repos
# run: pnpm run sync-repos
# run: |
# pnpm run meta:update
# pnpm run sync-repos

# - name: Tag & Create GitHub Releases
# env:
Expand Down

0 comments on commit be1bdc5

Please sign in to comment.