Skip to content

Commit 11da38a

Browse files
committed
chore(ci): fix the config and workflow for correct version
1 parent d04fef9 commit 11da38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"snapshot": {
11-
"tag": "alpha"
11+
"useCalculatedVersion": true
1212
}
1313
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
snapshot release
9696
EOF
9797
98-
yarn changeset version --snapshot
98+
yarn changeset version --snapshot alpha
9999
yarn prettier --write .
100100
yarn build
101101
yarn changeset publish --tag alpha

0 commit comments

Comments
 (0)