Skip to content

Commit

Permalink
Use master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 14, 2021
1 parent 5de4c41 commit 4621015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Action"
git commit -a -m "Releasing version $VERSION"
git push origin main
git push origin master
- name: Deploy
env:
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Option #1
----
buildscript {
repositories {
jcenter()
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath '{project-group}:{project-name}:{project-version}'
Expand Down
1 change: 1 addition & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ release:
github:
username: aalmiray
overwrite: true
branch: master
changelog:
formatted: ALWAYS
change: '- {{commitShortHash}} {{commitTitle}}'
Expand Down

0 comments on commit 4621015

Please sign in to comment.