Skip to content

Commit

Permalink
cicd: Added publish to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 2, 2023
1 parent 055e2ae commit 83fbff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GRGIT_USER: jruaux
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
run: |
./gradlew -Prelease=true -PreproducibleBuild=true gitPublishPush -S
./gradlew -Prelease=true -PreproducibleBuild=true publish gitPublishPush -S
- name: Upload deploy artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 83fbff2

Please sign in to comment.