Skip to content

Commit 4569fdf

Browse files
committed
Updated workflows: renamed build step, switched release branch to master-11.
1 parent fa0edc5 commit 4569fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: ~/.m2
2626
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2727
restore-keys: ${{ runner.os }}-m2
28-
- name: Build and analyze
28+
- name: Build
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3131
run: ./mvnw -B verify

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4444
git config --global user.name "GitHub Action"
4545
git commit -a -m "🏁 Releasing version $VERSION"
46-
git push origin HEAD:master
46+
git push origin HEAD:master-11
4747
4848
- name: 'Release to Maven Central'
4949
env:

0 commit comments

Comments
 (0)