File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Verify tag is on main
29+ shell : bash
2930 run : |
3031 git fetch origin main
3132 if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then
6869 fetch-depth : 0
6970
7071 - name : Verify tag is on main
72+ shell : bash
7173 run : |
7274 git fetch origin main
7375 if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then
@@ -138,6 +140,7 @@ jobs:
138140 fetch-depth : 0
139141
140142 - name : Verify tag is on main
143+ shell : bash
141144 run : |
142145 git fetch origin main
143146 if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then
Original file line number Diff line number Diff line change 11{
22 "name" : " @yieldxyz/shield" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " Zero-trust transaction validation library for Yield.xyz integrations." ,
55 "packageManager" : " pnpm@10.12.2" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments