diff --git a/.github/workflows/release-main.yaml b/.github/workflows/release-main.yaml index 378e513..9e7fe53 100644 --- a/.github/workflows/release-main.yaml +++ b/.github/workflows/release-main.yaml @@ -6,6 +6,6 @@ on: jobs: build-and-release: - uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@release-main + uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@main with: octopus-channel: "Release" \ No newline at end of file diff --git a/.github/workflows/release-pull-request.yml b/.github/workflows/release-pull-request.yml index ccb6e7e..c5ab40c 100644 --- a/.github/workflows/release-pull-request.yml +++ b/.github/workflows/release-pull-request.yml @@ -6,6 +6,6 @@ on: jobs: build-and-release: - uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@release-main + uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@main with: octopus-channel: "Branches"