Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Dec 1, 2024
1 parent 5ed934d commit e4ed769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Publish to Dairy Snapshots
run: ./gradlew publishAllPublicationsToDairySnapshotsRepository
env:
dairySnapshotsUsername: ${{ secrets.SNAPSHOTS_USERNAME }}
dairySnapshotsPassword: ${{ secrets.SNAPSHOTS_PASSWORD }}
ORG_GRADLE_dairySnapshotsUsername: ${{ secrets.SNAPSHOTS_USERNAME }}
ORG_GRADLE_dairySnapshotsPassword: ${{ secrets.SNAPSHOTS_PASSWORD }}

0 comments on commit e4ed769

Please sign in to comment.