Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit bb17fcb

Browse files
committed
πŸ’š Change back to old commit creator
1 parent 7aaeb18 commit bb17fcb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

β€Ž.github/workflows/packaging.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
with:
2727
ref: ${{ github.head_ref }}
2828

29-
- name: Setup git credentials...
30-
run: |
31-
git config --global user.name "dothq-robot"
32-
git config --global user.email "[email protected]"
33-
git status
34-
3529
- name: Install wasm-pack...
3630
uses: jetli/[email protected]
3731
with:
@@ -48,10 +42,10 @@ jobs:
4842
run: yarn prettier
4943

5044
- name: Upload changes...
51-
run: |
52-
git add .
53-
git commit -m "πŸ”– Bump version to ${{ github.event.inputs.version }}"
54-
git push origin main
45+
uses: EndBug/add-and-commit@v7
46+
with:
47+
author_email: [email protected]
48+
message: 'πŸ”– Bump version to ${{ github.event.inputs.version }}'
5549

5650
- name: Build...
5751
run: yarn build

0 commit comments

Comments
Β (0)