Skip to content

Commit 35116a9

Browse files
committed
simplify version management
1 parent ed7f84e commit 35116a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Publish create-inertiacore
2828
working-directory: packages/create-inertiacore
2929
run: |
30+
npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version
3031
npm install
3132
npm run build --if-present
3233
npm test --if-present

packages/create-inertiacore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-inertiacore",
3-
"version": "2.0.0",
3+
"version": "0.0.0",
44
"description": "InertiaCore Create",
55
"type": "module",
66
"homepage": "https://github.com/InertiaCore/kits",

0 commit comments

Comments
 (0)