-
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
#479 Added dryRun #485
#479 Added dryRun #485
Conversation
Changed to work on feature/dry-run branch
.github/workflows/release.yml
Outdated
@@ -4,34 +4,42 @@ name: Release | |||
on: | |||
workflow_dispatch: | |||
inputs: | |||
java_version: |
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 is the Java version parameter gone?
.github/workflows/release.yml
Outdated
|
||
jobs: | ||
dry-run: |
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 adds a dryRun before the actual release build, this is not intented.
Quality Gate passedIssues Measures |
No description provided.