diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index e36e4cafe6..4a1c13656f 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -23,7 +23,7 @@ jobs: id: flags run: | # IMPORTANT: Update this latestBranch whenever we move to a new major version: - echo "latestBranch=2023-07" >> $GITHUB_ENV + echo "latestBranch=2023-10" >> $GITHUB_ENV echo "latest=${{ github.ref_name == 'main' }}" >> $GITHUB_ENV - name: Checkout the code