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 55
55
- run : pnpm --filter agents... build && pnpm publish --no-git-checks .
56
56
env :
57
57
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)
59
59
# hack - reuse actions/setup-node@v3 just to set a new registry
60
60
- uses : actions/setup-node@v3
61
61
with :
Original file line number Diff line number Diff line change 53
53
- run : pnpm publish --no-git-checks .
54
54
env :
55
55
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)
57
57
# hack - reuse actions/setup-node@v3 just to set a new registry
58
58
- uses : actions/setup-node@v3
59
59
with :
Original file line number Diff line number Diff line change 56
56
- run : pnpm publish --no-git-checks .
57
57
env :
58
58
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)
60
60
# hack - reuse actions/setup-node@v3 just to set a new registry
61
61
- uses : actions/setup-node@v3
62
62
with :
Original file line number Diff line number Diff line change 56
56
- run : pnpm publish --no-git-checks .
57
57
env :
58
58
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)
60
60
# hack - reuse actions/setup-node@v3 just to set a new registry
61
61
- uses : actions/setup-node@v3
62
62
with :
Original file line number Diff line number Diff line change 59
59
- run : pnpm publish --no-git-checks .
60
60
env :
61
61
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)
63
63
# hack - reuse actions/setup-node@v3 just to set a new registry
64
64
- uses : actions/setup-node@v3
65
65
with :
Original file line number Diff line number Diff line change 59
59
- run : pnpm publish --no-git-checks .
60
60
env :
61
61
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)
63
63
# hack - reuse actions/setup-node@v3 just to set a new registry
64
64
- uses : actions/setup-node@v3
65
65
with :
Original file line number Diff line number Diff line change 52
52
- run : pnpm publish --no-git-checks .
53
53
env :
54
54
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)
56
56
# hack - reuse actions/setup-node@v3 just to set a new registry
57
57
- uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 52
52
- run : pnpm publish --no-git-checks .
53
53
env :
54
54
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)
56
56
# hack - reuse actions/setup-node@v3 just to set a new registry
57
57
- uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 47
47
run : |
48
48
# Could also use pnpm --filter [${{ steps.since.outputs.SINCE }}] format:check
49
49
# But this way we can see the diff
50
- pnpm --filter [${{ steps.since.outputs.SINCE }}] format
50
+ pnpm -r format
51
51
git diff | head -n 100
52
52
git diff --name-only --exit-code
53
53
Original file line number Diff line number Diff line change 55
55
- run : pnpm publish --no-git-checks .
56
56
env :
57
57
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)
59
59
# hack - reuse actions/setup-node@v3 just to set a new registry
60
60
- uses : actions/setup-node@v3
61
61
with :
You can’t perform that action at this time.
0 commit comments