chore: Fix release workflow

This commit is contained in:
Aaron Klinker
2023-06-26 10:05:12 -05:00
parent f933ef91a2
commit 2e94f2a9d2
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -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
View File
@@ -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",