We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8263c commit e1bf09cCopy full SHA for e1bf09c
1 file changed
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
id: bump_version
25
uses: christian-draeger/increment-semantic-version@1.0.2
26
with:
27
- current-version: '2.0.0-alpha1'
+ current-version: '2.0.1-alpha1'
28
version-fragment: 'bug'
29
- name: Upload Artifacts
30
run: mkdir builds && cp target/*.jar builds/calculationEngine-${{ steps.bump_version.outputs.next-version }}.jar
0 commit comments