Skip to content

Commit

Permalink
Science
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 19, 2024
1 parent 4b87a40 commit bbed89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish Snapshot
on:
workflow_dispatch:
push:
branches:
- main

jobs:
# Use macOS so iOS artifacts are published
Expand Down Expand Up @@ -41,3 +39,6 @@ jobs:
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SONATYPE_NEXUS_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SONATYPE_NEXUS_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SONATYPE_NEXUS_SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Config {
}

object Versions {
val core = "2.6.0-SNAPSHOT"
val core = "2.6.0-alpha04"
val multiplatfrom = "2.6.0-SNAPSHOT"
}

Expand Down

0 comments on commit bbed89b

Please sign in to comment.