Skip to content

Commit

Permalink
Adjust secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Aug 12, 2024
1 parent bad34d5 commit 6d18de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Publish Snapshot to Mauro Snapshot Repository
if: success() && github.ref == 'refs/heads/develop'
env:
MauroSnapshotRepositoryUsername : ${{secrets.MAURO_SNAPSHOT_REPOSITORY_USERNAME}}
MauroSnapshotRepositoryPassword : ${{secrets.MAURO_SNAPSHOT_REPOSITORY_PASSWORD}}
MauroSnapshotRepositoryUsername: ${{secrets.MAURO_SNAPSHOT_REPOSITORY_USERNAME}}
MauroSnapshotRepositoryPassword: ${{secrets.MAURO_SNAPSHOT_REPOSITORY_PASSWORD}}
run: |
./gradlew --stacktrace publishMavenJarPublicationToMauroSnapshotRepositoryRepository
Expand Down

0 comments on commit 6d18de9

Please sign in to comment.