diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b980e7..944d825 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: push: branches: - main diff --git a/package.json b/package.json index ff41697..839a7f0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,16 @@ "prepare": "husky install", "watch": "rollup -c -w" }, + "release": { + "branches": [ + "main" + ] + }, + "dependencies": { + "front-matter": "^4.0.2", + "htm": "^3.1.1", + "vhtml": "^2.2.0" + }, "devDependencies": { "@commitlint/cli": "^18.4.4", "@commitlint/config-conventional": "^18.4.4", @@ -37,10 +47,5 @@ "packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf", "volta": { "node": "20.10.0" - }, - "dependencies": { - "front-matter": "^4.0.2", - "htm": "^3.1.1", - "vhtml": "^2.2.0" } -} +} \ No newline at end of file