mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
fix: Configure Git user name and email in release workflow
This commit is contained in:
parent
1c596b4d0a
commit
c92456f4a7
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -15,6 +15,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Git Config
|
||||
run: |
|
||||
git config user.name "Prad N."
|
||||
git config user.email "prad@sonr.io"
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user