Skip to content

Commit

Permalink
next try github release
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Stotz committed Mar 1, 2021
1 parent 6873281 commit bc5bb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ github {
tagName = "v-$mbeddrCppVersion"
targetCommitish = System.getenv().CI_COMMIT_SHA != null ? System.getenv().CI_COMMIT_SHA : "master"
name = "mbeddr C++ Extensions v$mbeddrCppVersion"
assets = [releaseArtifacts()]
assets = ["${artifactsDir}/com.mbeddr.cpp/com.mbeddr.cpp-${mbeddrCppVersion}.zip"]
// body = ReleaseNotes.getReleaseNotes(file("RELEASE_NOTES.md"))
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mbeddrCppVersion = 0.1.2
mbeddrCppVersion = 0.1.3

0 comments on commit bc5bb8a

Please sign in to comment.