Skip to content

Commit e4afa73

Browse files
committed
changed release version for merge on master
1 parent 430dbbb commit e4afa73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: bump_version
2525
uses: christian-draeger/increment-semantic-version@1.0.2
2626
with:
27-
current-version: '1.0.1-alpha1'
28-
version-fragment: 'major'
27+
current-version: '2.0.0-alpha1'
28+
version-fragment: 'bug'
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)