Skip to content

Commit

Permalink
11th try to release via GitHub actions to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusSchmidt committed Nov 11, 2023
1 parent bf7b168 commit 536658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

git config --global user.email "[email protected]"
git config --global user.name "DenktMit eG"
mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd
mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 536658a

Please sign in to comment.