diff --git a/.github/workflows/helix.yaml b/.github/workflows/helix.yaml index f8fda9a..4a0bbbf 100644 --- a/.github/workflows/helix.yaml +++ b/.github/workflows/helix.yaml @@ -52,7 +52,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: | - gh pr create --repo InjectiveLabs/injective-ui --head update-from-shared-packages --base dev --title "Package bump" --body "This is an automated pull request created by GitHub Actions." + gh pr create --repo InjectiveLabs/injective-ui --head update-from-shared-packages --base master --title "Package bump" --body "This is an automated pull request created by GitHub Actions." - name: Cleanup run: |