diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b88227..5efcf0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - name: Publish Release (Github Release) uses: softprops/action-gh-release@v1 with: - files: target/package/juno-${{steps.version_check.outputs.rawVersion}}.crate + files: target/package/juno-${{steps.version_check.outputs.rawVersion}}-beta.crate tag_name: ${{steps.version_check.outputs.releaseVersion}} prerelease: true env: diff --git a/Cargo.toml b/Cargo.toml index d232ac6..278f991 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Rakshith Ravi "] edition = "2018" name = "juno" -version = "0.1.2-1" +version = "0.1.3-1" license = "MIT" description = "A helper rust library for the juno microservices framework" homepage = "https://github.com/bytesonus/juno-rust"