diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acfc5022..deed7cf3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,16 +20,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - token: ${{ secrets.NIBIBOT_GIT_TOKEN }} - - - name: Checkout nibiru Repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - repository: NibiruChain/nibiru - ref: releases/v0.21.x - path: "nibiru" - token: ${{ secrets.NIBIBOT_GIT_TOKEN }} + submodules: true - name: Setup NodeJS and npm uses: actions/setup-node@v3 diff --git a/.github/workflows/test-ts-sdk.yaml b/.github/workflows/test-ts-sdk.yaml index 847e0ed1..16444ca8 100644 --- a/.github/workflows/test-ts-sdk.yaml +++ b/.github/workflows/test-ts-sdk.yaml @@ -23,16 +23,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - submodules: "true" - - - name: Checkout nibiru Repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - repository: NibiruChain/nibiru - ref: main - path: "nibiru" - token: ${{ secrets.NIBIBOT_GIT_TOKEN }} + submodules: true - name: Setup NodeJS with yarn caching uses: actions/setup-node@v3