Skip to content

Commit

Permalink
[skip ci] Change publishing to Maven local in release.yml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 4, 2024
1 parent a4c21a6 commit 31c2c30
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 @@ -26,7 +26,7 @@ jobs:
echo "VERSION=$version" >> $GITHUB_ENV
- name: Publish artifacts to Sonatype
run: ./gradlew publishAllPublicationsToSonatypeRepository
run: ./gradlew publishToMavenLocal

- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 31c2c30

Please sign in to comment.