We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430dbbb commit e4afa73Copy full SHA for e4afa73
1 file changed
.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
24
id: bump_version
25
uses: christian-draeger/increment-semantic-version@1.0.2
26
with:
27
- current-version: '1.0.1-alpha1'
28
- version-fragment: 'major'
+ current-version: '2.0.0-alpha1'
+ version-fragment: 'bug'
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