We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6791fe5 commit 5d4e1abCopy full SHA for 5d4e1ab
.github/workflows/release-experimental.yml
@@ -44,7 +44,7 @@ jobs:
44
SHORT_SHA=$(git rev-parse --short HEAD)
45
NEXT_VERSION=0.0.0-experimental-${SHORT_SHA}
46
git checkout -b experimental/${NEXT_VERSION}
47
- pnpm run version ${NEXT_VERSION}
+ pnpm run version:experimental
48
git push origin --tags
49
50
- name: 🏗 Build
0 commit comments