diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 412c352..23015a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/README.adoc b/README.adoc index d07a7c1..f1ed5af 100644 --- a/README.adoc +++ b/README.adoc @@ -24,8 +24,8 @@ Option #1 ---- buildscript { repositories { - jcenter() gradlePluginPortal() + mavenCentral() } dependencies { classpath '{project-group}:{project-name}:{project-version}' diff --git a/jreleaser.yml b/jreleaser.yml index 8dc1a3a..455e49b 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -29,6 +29,7 @@ release: github: username: aalmiray overwrite: true + branch: master changelog: formatted: ALWAYS change: '- {{commitShortHash}} {{commitTitle}}'