Browse Source

meta: fix `release-beta` automation

Antoine du Hamel 2 years ago
parent
commit
7534eddbbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release-beta-candidate.yml

+ 2 - 2
.github/workflows/release-beta-candidate.yml

@@ -7,7 +7,7 @@ env:
   BETA_BRANCH: 3.x
 
 jobs:
-  prepare-release:
+  prepare-beta-release:
     name: Prepare release candidate Pull Request
     runs-on: ubuntu-latest
     steps:
@@ -34,7 +34,7 @@ jobs:
       - name: Install dependencies
         run: corepack yarn install --immutable
       - name: Bump candidate packages version
-        run: corepack yarn version apply --all --json | jq -s > releases.json
+        run: corepack yarn version apply --all --prerelease=beta.%n --json | jq -s > releases.json
       - name: Prepare changelog
         run: corepack yarn workspace @uppy-dev/release update-changelogs releases.json | xargs git add
       - name: Update CDN URLs