Skip to content

Commit

Permalink
Merge pull request #27 from Automattic/release/0.6.4
Browse files Browse the repository at this point in the history
Update version to 0.6.4 and use publish task for Gradle
  • Loading branch information
oguzkocer authored Aug 2, 2022
2 parents 8fba939 + 795fe86 commit 8ba72fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
cd gradle-plugin
TAG_NAME=${GITHUB_REF#refs/tags/}
./gradlew :configure:prepareToPublishToS3 --tag-name=$TAG_NAME :configure:publishPluginMavenPublicationToS3Repository
./gradlew :configure:prepareToPublishToS3 --tag-name=$TAG_NAME :configure:release
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "configure"
version = "0.6.3"
version = "0.6.4"
authors = ["Jeremy Massel <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/configure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

/// The plugin version number – change this to match whatever your tag will be
group = "com.automattic.android"
version = "0.6.3"
version = "0.6.4"

plugins {
`kotlin-dsl`
Expand Down

0 comments on commit 8ba72fe

Please sign in to comment.