Skip to content

Commit 09035a7

Browse files
committed
changed githubworkflow version number for next release
1 parent c442932 commit 09035a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: christian-draeger/increment-semantic-version@1.0.2
2626
with:
2727
current-version: '1.0.1-alpha1'
28-
version-fragment: 'bug'
28+
version-fragment: 'major'
2929
- name: Upload Artifacts
3030
run: mkdir builds && cp target/*.jar builds/calculationEngine-${{ steps.bump_version.outputs.next-version }}.jar
3131
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)