Skip to content

Commit fb4147a

Browse files
committed
fix deployment workflow
1 parent 66e008e commit fb4147a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
- name: Set git username with email
6363
run: |
64-
git config user.name "Deploy Bot"
65-
git config user.name "[email protected]"
64+
git config user.name "pumpkiinbell"
65+
git config user.email "[email protected]"
6666
6767
- name: Tag version
6868
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactive-kit",
3-
"version": "0.2.12",
3+
"version": "0.2.14",
44
"main": "./src/index.ts",
55
"files": [
66
"dist/**/*",

0 commit comments

Comments
 (0)