diff --git a/.github/workflows/beta_release.yml b/.github/workflows/beta_release.yml index d33794a..4eed92f 100644 --- a/.github/workflows/beta_release.yml +++ b/.github/workflows/beta_release.yml @@ -65,7 +65,7 @@ jobs: # Create prerelease scratch org - name: 'Create prerelease scratch org' if: ${{ env.IS_PRERELEASE }} - run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 --release=preview + run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 # Create scratch org - name: 'Create scratch org'