Skip to content

Commit bfc5d0d

Browse files
committed
Just use normal experimental release naming
1 parent eecb42f commit bfc5d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-stage-2-alpha.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CI: true
1111

1212
jobs:
13-
alpha:
13+
alpha-release:
1414
name: 🧪 Alpha Release
1515
if: github.repository == 'remix-run/react-router' && github.event.label.name == 'alpha-release'
1616
runs-on: ubuntu-latest
@@ -49,8 +49,8 @@ jobs:
4949
git config --local user.email "[email protected]"
5050
git config --local user.name "Remix Run Bot"
5151
SHORT_SHA=$(git rev-parse --short HEAD)
52-
NEXT_VERSION=0.0.0-alpha-${SHORT_SHA}
53-
git checkout -b alpha/${NEXT_VERSION}
52+
NEXT_VERSION=0.0.0-experimental-${SHORT_SHA}
53+
git checkout -b experimental/${NEXT_VERSION}
5454
pnpm run version ${NEXT_VERSION}
5555
echo "version=${NEXT_VERSION}" >> "$GITHUB_OUTPUT"
5656

0 commit comments

Comments
 (0)