Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Oct 14, 2022
1 parent b5a3572 commit 7c6a6cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn deploy
run: mvn deploy -Djgitver.config=./.mvn/jgitver.main.config.xml
10 changes: 10 additions & 0 deletions .mvn/jgitver.main.config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- jgitver config for the production branch -->
<configuration xmlns="http://jgitver.github.io/maven/configuration/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jgitver.github.io/maven/configuration/1.1.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_1_0.xsd">
<autoIncrementPatch>true</autoIncrementPatch>
<useCommitDistance>true</useCommitDistance>
<gitCommitIdLength>8</gitCommitIdLength>
<strategy>CONFIGURABLE</strategy>
<nonQualifierBranches>main</nonQualifierBranches>
</configuration>

0 comments on commit 7c6a6cc

Please sign in to comment.