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 a1622f0 commit 6f85e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
scalaversion=${{steps.get_version.outputs.SCALA_VERSION}}
sparkversion=${{steps.get_version.outputs.SPARK_VERSION}}
mkdir staging
echo $sparkversion_$scalaversion-$version
echo ${{steps.get_version.outputs.SPARK_VERSION}}_$scalaversion-$version
cp connector/target/*.jar staging
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom
- name: Github Release
Expand Down

0 comments on commit 6f85e39

Please sign in to comment.