We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7f84e commit 35116a9Copy full SHA for 35116a9
2 files changed
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Publish create-inertiacore
28
working-directory: packages/create-inertiacore
29
run: |
30
+ npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version
31
npm install
32
npm run build --if-present
33
npm test --if-present
packages/create-inertiacore/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-inertiacore",
3
- "version": "2.0.0",
+ "version": "0.0.0",
4
"description": "InertiaCore Create",
5
"type": "module",
6
"homepage": "https://github.com/InertiaCore/kits",
0 commit comments