We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b0189 commit cc42b4aCopy full SHA for cc42b4a
.github/workflows/run-release.yml
@@ -47,6 +47,15 @@ jobs:
47
git tag "$NEW_VERSION"
48
git push origin "$NEW_VERSION"
49
50
+ - name: Configure Gradle
51
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
52
+
53
+ - name: Configure AWS Credentials
54
+ uses: aws-actions/configure-aws-credentials@v4
55
+ with:
56
+ role-to-assume: ${{ secrets.PUBLISHING_ROLE_ARN }}
57
+ aws-region: us-west-2
58
59
- name: Run release
60
env:
61
RELEASE_BUCKET: ${{ secrets.RELEASE_BUCKET }}
0 commit comments