diff --git a/.github/workflows/essentialsplugins-releasebuilds-caller.yml b/.github/workflows/essentialsplugins-releasebuilds-caller.yml index be17ad2..4b0d535 100644 --- a/.github/workflows/essentialsplugins-releasebuilds-caller.yml +++ b/.github/workflows/essentialsplugins-releasebuilds-caller.yml @@ -20,6 +20,6 @@ jobs: uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main secrets: inherit with: - branch: ${{ github.ref_name }} + branch: "main" default-branch: "main"