Skip to content

Commit

Permalink
Merge pull request #48 from Rallista/feat/ci-release-cleanup
Browse files Browse the repository at this point in the history
Feat/ci release cleanup
  • Loading branch information
Archdoog authored Oct 20, 2024
2 parents 506b20c + 3a77da3 commit a7c43e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 185 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,11 @@ jobs:
run: chmod +x gradlew
working-directory: android

- name: Unit test
- name: Publish to Maven Central
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew publishToMavenCentral
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
working-directory: android
37 changes: 0 additions & 37 deletions scripts/deprecated/build_android_legacy.sh

This file was deleted.

81 changes: 0 additions & 81 deletions scripts/deprecated/build_apple_legacy.sh

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/deprecated/build_protoc_local.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/deprecated/gen_config.sh

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/deprecated/gen_model_openapi.sh

This file was deleted.

0 comments on commit a7c43e9

Please sign in to comment.