diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index f4363558..41ffbc78 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -18,10 +18,10 @@ on: jobs: call-base-release: - uses: assimbly/base/.github/workflows/release.yml@main + uses: assimbly/base/.github/workflows/release.yml@develop secrets: inherit with: - branch: 'main' + branch: 'develop' milestone: ${{ inputs.milestone }}