Skip to content

Commit

Permalink
Merge pull request #69 from momentohq/update-examples
Browse files Browse the repository at this point in the history
chore: update examples to 0.2.0 and enable automatic releases
  • Loading branch information
nand4011 authored Jul 11, 2024
2 parents fa08755 + 01dcc01 commit 5a103ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,4 @@ jobs:
ORG_GRADLE_PROJECT_version: ${{ steps.semrel.outputs.version }}
uses: gradle/[email protected]
with:
# TODO: automatically release when release process is verified to work
# arguments: publishToSonatype closeAndReleaseStagingRepository
arguments: publishToSonatype closeSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseStagingRepository
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("software.momento.kotlin:sdk:0.1.3")
implementation("software.momento.kotlin:sdk:0.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
}

Expand Down

0 comments on commit 5a103ac

Please sign in to comment.