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 c442932 commit 09035a7Copy full SHA for 09035a7
1 file changed
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: christian-draeger/increment-semantic-version@1.0.2
26
with:
27
current-version: '1.0.1-alpha1'
28
- version-fragment: 'bug'
+ version-fragment: 'major'
29
- name: Upload Artifacts
30
run: mkdir builds && cp target/*.jar builds/calculationEngine-${{ steps.bump_version.outputs.next-version }}.jar
31
- uses: actions/upload-artifact@v2
0 commit comments