diff --git a/.github/workflows/promote-to-stable.yml b/.github/workflows/promote-to-stable.yml index 9e09485..f38b063 100644 --- a/.github/workflows/promote-to-stable.yml +++ b/.github/workflows/promote-to-stable.yml @@ -11,7 +11,7 @@ permissions: jobs: promote: name: ⬆️ Promote to stable - environment: "LTS Branch" + environment: "Candidate Branch" runs-on: ubuntu-latest if: | ( !github.event.issue.pull_request ) diff --git a/.github/workflows/release-to-candidate.yml b/.github/workflows/release-to-candidate.yml index 6253767..17c05be 100644 --- a/.github/workflows/release-to-candidate.yml +++ b/.github/workflows/release-to-candidate.yml @@ -27,15 +27,15 @@ jobs: uses: snapcrafters/ci/get-architectures@main release: - name: 🚢 Release to latest/lts + name: 🚢 Release to latest/candidate needs: get-architectures runs-on: ubuntu-latest - environment: "LTS Branch" + environment: "Candidate Branch" strategy: matrix: architecture: ${{ fromJSON(needs.get-architectures.outputs.architectures-list) }} steps: - - name: 🚢 Release to latest/lts + - name: 🚢 Release to latest/candidate uses: snapcrafters/ci/release-to-candidate@main with: architecture: ${{ matrix.architecture }} @@ -46,7 +46,7 @@ jobs: call-for-testing: name: 📣 Create call for testing needs: [release, get-architectures] - environment: "LTS Branch" + environment: "Candidate Branch" runs-on: ubuntu-latest outputs: issue-number: ${{ steps.issue.outputs.issue-number }} @@ -57,3 +57,4 @@ jobs: with: architectures: ${{ needs.get-architectures.outputs.architectures }} github-token: ${{ secrets.GITHUB_TOKEN }} + channel: lts/candidate diff --git a/.github/workflows/sync-version-with-upstream.yml b/.github/workflows/sync-version-with-upstream.yml index 7defbab..e75ca5a 100644 --- a/.github/workflows/sync-version-with-upstream.yml +++ b/.github/workflows/sync-version-with-upstream.yml @@ -14,7 +14,7 @@ concurrency: jobs: sync: name: 🔄 Sync version with upstream - environment: "LTS Branch" + environment: "Candidate Branch" runs-on: ubuntu-latest steps: - name: 🔄 Sync version with upstream