Skip to content

Commit

Permalink
we need to checkout the sdk and run the release from there
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar roman committed Jan 23, 2024
1 parent c7b0bee commit 67032c7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ jobs:
jdk-version: ["11"]
ndk-version: ["21.4.7075529"]
steps:
- name: Gradlew Release
- name: Checkout Branch
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.CD_GITHUB_TOKEN }}

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Gradlew Release to maven central
run: |
./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository -Dorg.gradle.parallel=false --stacktrace
# TODO: check if swazzler gets released too
Expand Down

0 comments on commit 67032c7

Please sign in to comment.