-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bugfix] Release pipeline updated as per java jdk #393
base: master
Are you sure you want to change the base?
Conversation
@@ -54,19 +79,21 @@ jobs: | |||
cp connector/target/*.jar staging | |||
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom | |||
- name: Github Release | |||
uses: anton-yurchenko/git-release@v5.0.1 | |||
uses: docker://antonyurchenko/git-release:v6 | |||
env: | |||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |||
with: | |||
args: | | |||
staging/kusto-spark_${{ steps.get_version.outputs.SPARK_VERSION }}_${{ steps.get_version.outputs.SCALA_VERSION }}-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This name is not right, there is no longer with-dependencies jar
@@ -54,19 +79,21 @@ jobs: | |||
cp connector/target/*.jar staging | |||
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom | |||
- name: Github Release | |||
uses: anton-yurchenko/git-release@v5.0.1 | |||
uses: docker://antonyurchenko/git-release:v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use an external release plugin
https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven#publishing-packages-to-github-packages can this be used ?
delete_if_exists: true | ||
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.upload_to_azure == 'true') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct me here, why is this needed .. We need to do this only on GH release right and not on push perhaps ?
Pull Request Description
[Add a description of your pull request here]
Future Release Comment
[Add description of your change, to include in the next release]
[Delete any or all irrelevant sections, e.g. if your change does not warrant a release comment at all]
Breaking Changes:
Features:
Fixes: