Skip to content

Commit

Permalink
Update repository URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelydaniel committed Jul 13, 2022
1 parent f4f0d7b commit a0653dd
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Gradle Publish
run: ./gradlew publish
env:
MAVEN_PUBLISH_URL: 'https://maven.danielgergely.com/repository/releases'
MAVEN_PUBLISH_URL: 'https://maven.danielgergely.com/releases'
MAVEN_PUBLISH_USER: ${{ secrets.MAVEN_DANIELGERGELY_USER }}
MAVEN_PUBLISH_PASS: ${{ secrets.MAVEN_DANIELGERGELY_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Gradle Publish
run: ./gradlew publish
env:
MAVEN_PUBLISH_URL: 'https://maven.danielgergely.com/repository/snapshots'
MAVEN_PUBLISH_URL: 'https://maven.danielgergely.com/snapshots'
MAVEN_PUBLISH_USER: ${{ secrets.MAVEN_DANIELGERGELY_USER }}
MAVEN_PUBLISH_PASS: ${{ secrets.MAVEN_DANIELGERGELY_PASSWORD }}
Loading

0 comments on commit a0653dd

Please sign in to comment.