Skip to content

Commit

Permalink
fix snapshots attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Dec 1, 2024
1 parent e4ed769 commit 91524a7
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:
ORG_GRADLE_dairySnapshotsUsername: ${{ secrets.SNAPSHOTS_USERNAME }}
ORG_GRADLE_dairySnapshotsPassword: ${{ secrets.SNAPSHOTS_PASSWORD }}
ORG_GRADLE_PROJECT_dairySnapshotsUsername: ${{ secrets.SNAPSHOTS_USERNAME }}
ORG_GRADLE_PROJECT_dairySnapshotsPassword: ${{ secrets.SNAPSHOTS_PASSWORD }}

0 comments on commit 91524a7

Please sign in to comment.