We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560d5fe commit 2671839Copy full SHA for 2671839
.github/workflows/kotlin.yml
@@ -66,14 +66,14 @@ jobs:
66
run: ./gradlew test publishToMavenLocal
67
68
- name: Configure AWS Credentials
69
- if: github.repository == 'timehop/nimbus-openrtb' && github.event_name == 'release'
+ if: github.repository == 'adsbynimbus/nimbus-openrtb' && github.event_name == 'release'
70
uses: aws-actions/configure-aws-credentials@v1-node16
71
with:
72
role-to-assume: ${{ vars.AWS_ROLE }}
73
aws-region: us-east-1
74
75
- name: Publish
76
77
env:
78
ORG_GRADLE_PROJECT_version: ${{ steps.tag_name.outputs.VERSION }}
79
run: ./gradlew publish
0 commit comments