Skip to content

Commit 5d4e1ab

Browse files
committed
fix experimental release workflow in main
1 parent 6791fe5 commit 5d4e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
SHORT_SHA=$(git rev-parse --short HEAD)
4545
NEXT_VERSION=0.0.0-experimental-${SHORT_SHA}
4646
git checkout -b experimental/${NEXT_VERSION}
47-
pnpm run version ${NEXT_VERSION}
47+
pnpm run version:experimental
4848
git push origin --tags
4949
5050
- name: 🏗 Build

0 commit comments

Comments
 (0)