We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55145 commit 4ddcd5dCopy full SHA for 4ddcd5d
.github/workflows/bump.yml
@@ -12,18 +12,19 @@ jobs:
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v4
15
+ with:
16
+ ref: 'main'
17
18
- uses: actions/setup-java@v4
19
with:
20
distribution: 'liberica'
21
java-version: '21'
22
- - name: Build with Maven
23
+ - name: Bump version
24
run: mvn versions:set -DnewVersion=${{ github.ref_name }}
25
- - name: Commit report
26
+ - name: Commit changes
27
run: |
- git checkout main
28
git config --global user.name 'CI Bot'
29
git config --global user.email 'ci-bot@users.noreply.github.com'
30
git commit -am "Bump version to ${{ github.ref_name }}"
0 commit comments