We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05752cb commit c474586Copy full SHA for c474586
1 file changed
.github/workflows/release-github-action.yml
@@ -3,7 +3,7 @@ name: release-github-action
3
on:
4
push:
5
branches:
6
- - dev
+ - integration
7
paths:
8
- "github/**"
9
@@ -24,6 +24,6 @@ jobs:
24
25
- name: Release
26
run: |
27
- git config --global user.email "opencode@sst.dev"
28
- git config --global user.name "opencode"
+ git config --global user.email "shuvcode@latitudes.dev"
+ git config --global user.name "shuvcode"
29
./github/script/release
0 commit comments