File tree Expand file tree Collapse file tree 15 files changed +20
-18
lines changed
tasks/visual-document-retrieval Expand file tree Collapse file tree 15 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 5555 - run : pnpm --filter agents... build && pnpm publish --no-git-checks .
5656 env :
5757 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
58- - run : git pull --rebase && git push --follow-tags
58+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
5959 # hack - reuse actions/setup-node@v3 just to set a new registry
6060 - uses : actions/setup-node@v3
6161 with :
Original file line number Diff line number Diff line change 5353 - run : pnpm publish --no-git-checks .
5454 env :
5555 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
56- - run : git pull --rebase && git push --follow-tags
56+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
5757 # hack - reuse actions/setup-node@v3 just to set a new registry
5858 - uses : actions/setup-node@v3
5959 with :
Original file line number Diff line number Diff line change 5656 - run : pnpm publish --no-git-checks .
5757 env :
5858 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
59- - run : git pull --rebase && git push --follow-tags
59+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
6060 # hack - reuse actions/setup-node@v3 just to set a new registry
6161 - uses : actions/setup-node@v3
6262 with :
Original file line number Diff line number Diff line change 5656 - run : pnpm publish --no-git-checks .
5757 env :
5858 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
59- - run : git pull --rebase && git push --follow-tags
59+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
6060 # hack - reuse actions/setup-node@v3 just to set a new registry
6161 - uses : actions/setup-node@v3
6262 with :
Original file line number Diff line number Diff line change 5959 - run : pnpm publish --no-git-checks .
6060 env :
6161 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
62- - run : git pull --rebase && git push --follow-tags
62+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
6363 # hack - reuse actions/setup-node@v3 just to set a new registry
6464 - uses : actions/setup-node@v3
6565 with :
Original file line number Diff line number Diff line change 5959 - run : pnpm publish --no-git-checks .
6060 env :
6161 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
62- - run : git pull --rebase && git push --follow-tags
62+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
6363 # hack - reuse actions/setup-node@v3 just to set a new registry
6464 - uses : actions/setup-node@v3
6565 with :
Original file line number Diff line number Diff line change 5252 - run : pnpm publish --no-git-checks .
5353 env :
5454 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
55- - run : git pull --rebase && git push --follow-tags
55+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
5656 # hack - reuse actions/setup-node@v3 just to set a new registry
5757 - uses : actions/setup-node@v3
5858 with :
Original file line number Diff line number Diff line change 5252 - run : pnpm publish --no-git-checks .
5353 env :
5454 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
55- - run : git pull --rebase && git push --follow-tags
55+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
5656 # hack - reuse actions/setup-node@v3 just to set a new registry
5757 - uses : actions/setup-node@v3
5858 with :
Original file line number Diff line number Diff line change 4747 run : |
4848 # Could also use pnpm --filter [${{ steps.since.outputs.SINCE }}] format:check
4949 # But this way we can see the diff
50- pnpm --filter [${{ steps.since.outputs.SINCE }}] format
50+ pnpm -r format
5151 git diff | head -n 100
5252 git diff --name-only --exit-code
5353
Original file line number Diff line number Diff line change 5555 - run : pnpm publish --no-git-checks .
5656 env :
5757 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
58- - run : git pull --rebase && git push --follow-tags
58+ - run : ( git pull --rebase && git push --follow-tags) || (git pull --rebase && git push --follow-tags)
5959 # hack - reuse actions/setup-node@v3 just to set a new registry
6060 - uses : actions/setup-node@v3
6161 with :
You can’t perform that action at this time.
0 commit comments