Skip to content

Commit

Permalink
Release config
Browse files Browse the repository at this point in the history
  • Loading branch information
TpayDev committed Oct 13, 2023
1 parent a550334 commit 865eac3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish
on:
pull_request:
branches:
- main
- master
types:
- closed

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Configure Git
run: |
git config user.name "Tpay CI"
git config user.email ci-noreply@tpay.com
git config user.name "Tpay Auto Commit"
git config user.email devs@tpay.com
- name: Create release branch
run: git checkout -b release/${{ github.event.inputs.version }}
Expand All @@ -61,5 +61,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
head: release/${{ github.event.inputs.version }}
base: main
title: ${{ github.event.inputs.version }} into main
base: master
title: ${{ github.event.inputs.version }} into master
10 changes: 5 additions & 5 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ afterEvaluate {
}

scm {
url '<github-repo-url>'
connection 'scm:git:git://github.com/<tpay>.git'
developerConnection 'scm:git:git://github.com/<tpay>.git'
url 'https://github.com/tpay-com/tpay-android'
connection 'scm:git:git://github.com/tpay-com/tpay-android.git'
developerConnection 'scm:git:git://github.com/tpay-com/tpay-android.git'
}

developers {
developer {
id 'karolwojciechowski'
name 'Karol Wojciechowski'
id 'com.tpay.devs'
name 'Tpay Auto Commit'
}
}
}
Expand Down

0 comments on commit 865eac3

Please sign in to comment.