Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter publish to avoid using David personal sonatype account #162

Closed
mikehardy opened this issue Feb 24, 2022 · 2 comments
Closed

Alter publish to avoid using David personal sonatype account #162

mikehardy opened this issue Feb 24, 2022 · 2 comments

Comments

@mikehardy
Copy link
Member

Note: The publishing should be moved away from david-allison-1 at some point in the future.

Originally posted by @david-allison in #32 (comment)

- name: Publish AAR to Maven
env:
ORG_GRADLE_PROJECT_SIGNING_PRIVATE_KEY: ${{ secrets.SIGNING_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SONATYPE_NEXUS_USERNAME: david-allison-1
SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
run: |
./gradlew rsdroid:uploadArchives -DtestBuildType=release -Dorg.gradle.daemon=false -Dorg.gradle.console=plain

@mikehardy mikehardy changed the title Alter publish to use AnkiDroid team login vs David personal sonatype account Alter publish to avoid using David personal sonatype account Feb 24, 2022
@david-allison
Copy link
Member

Duplicate of #33

@mikehardy
Copy link
Member Author

Oh darn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants