Skip to content

Commit

Permalink
Fix for build-cyclone-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeddie committed Feb 3, 2022
1 parent e209301 commit 05375bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-cyclone-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "target/scala-2.12/spark-cyclone-sql-plugin-assembly-*.jar"
body: "Spark Cyclone release ${{GITHUB_REF#refs/heads/}}"
release_name: Release ${{ github.ref }}
body: "Spark Cyclone release ${{ github.ref }}."
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val root = Project(id = "spark-cyclone-sql-plugin", base = file("."))
.configs(TPC)
.configs(CMake)
.settings(
version := "0.1.2"
version := "0.1.3"
)

lazy val tracing = project
Expand Down

0 comments on commit 05375bb

Please sign in to comment.