Skip to content

Commit c474586

Browse files
committed
update release-github-action workflow for fork
1 parent 05752cb commit c474586

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-github-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release-github-action
33
on:
44
push:
55
branches:
6-
- dev
6+
- integration
77
paths:
88
- "github/**"
99

@@ -24,6 +24,6 @@ jobs:
2424

2525
- name: Release
2626
run: |
27-
git config --global user.email "opencode@sst.dev"
28-
git config --global user.name "opencode"
27+
git config --global user.email "shuvcode@latitudes.dev"
28+
git config --global user.name "shuvcode"
2929
./github/script/release

0 commit comments

Comments
 (0)