File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ run-name: "${{ format('release {0}', inputs.bump) }}"
44on :
55 push :
66 branches :
7- - dev
7+ - integration
88 - snapshot-*
99 paths-ignore :
1010 - " **.md"
5656 mkdir -p ~/.ssh
5757 echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
5858 chmod 600 ~/.ssh/id_rsa
59- git config --global user.email "opencode@sst .dev"
60- git config --global user.name "opencode "
59+ git config --global user.email "shuvcode@latitudes .dev"
60+ git config --global user.name "shuvcode "
6161 ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts || true
6262
6363 - name : Install OpenCode
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ if (!Script.preview) {
152152 await $ `git commit -am "release: v${ Script . version } "`
153153 await $ `git tag v${ Script . version } `
154154 await $ `git fetch origin`
155- await $ `git cherry-pick HEAD..origin/dev ` . nothrow ( )
155+ await $ `git cherry-pick HEAD..origin/integration ` . nothrow ( )
156156 await $ `git push origin HEAD --tags --no-verify --force-with-lease`
157157 await new Promise ( ( resolve ) => setTimeout ( resolve , 5_000 ) )
158158 await $ `gh release create v${ Script . version } --repo Latitudes-Dev/shuvcode -d --title "v${ Script . version } " --notes ${ notes . join ( "\n" ) || "No notable changes" } ./packages/opencode/dist/*.zip ./packages/opencode/dist/*.tar.gz`
You can’t perform that action at this time.
0 commit comments