Skip to content

Commit

Permalink
test changes for spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Jan 7, 2025
1 parent 6f85e39 commit fd4ae4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
scalaversion=${{steps.get_version.outputs.SCALA_VERSION}}
sparkversion=${{steps.get_version.outputs.SPARK_VERSION}}
mkdir staging
echo ${{steps.get_version.outputs.SPARK_VERSION}}_$scalaversion-$version
echo ${{steps.get_version.outputs.SPARK_VERSION}}_${{steps.get_version.outputs.SPARK_VERSION}}_${{steps.get_version.outputs.SCALA_VERSION}}-$version
cp connector/target/*.jar staging
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom
cp connector/.flattened-pom.xml staging/kusto-spark_${{steps.get_version.outputs.SPARK_VERSION}}_${{steps.get_version.outputs.SCALA_VERSION}}-$version.pom
- name: Github Release
uses: docker://antonyurchenko/git-release:v6
env:
Expand Down

0 comments on commit fd4ae4d

Please sign in to comment.