chore: Fix release workflow
This commit is contained in:
@@ -8,6 +8,8 @@ jobs:
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-20.04
|
||||
needs:
|
||||
- validate
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -33,6 +35,8 @@ jobs:
|
||||
|
||||
- name: Bump and Tag
|
||||
run: |
|
||||
git config user.email "github-actions@users.noreply.github.com"
|
||||
git config user.name "GitHub Actions"
|
||||
pnpx changelogen@latest --release
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
+2
-1
@@ -52,7 +52,8 @@
|
||||
"compile": "tsc --noEmit",
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"prepare": "simple-git-hooks"
|
||||
"prepare": "simple-git-hooks",
|
||||
"prepublish": "pnpm -s build"
|
||||
},
|
||||
"dependencies": {
|
||||
"c12": "^1.4.2",
|
||||
|
||||
Reference in New Issue
Block a user