Skip to content
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

Outputs dry_run var from the github action #208

Open
Ameausoone opened this issue Jun 5, 2024 · 0 comments
Open

Outputs dry_run var from the github action #208

Ameausoone opened this issue Jun 5, 2024 · 0 comments

Comments

@Ameausoone
Copy link

Is your feature request related to a problem? Please describe.

Actually, the github action doesn't output the dry_run variable.

Describe the solution you'd like

It would be straight forward to output the dry_run value from the github action, not useful if the attribute is specified directly ( dry_run: true). But if you have a complicated condition, it avoid to create an extra step to create a variable dry_run, and it's more readable to use an output variable : steps.semantic-release.outputs.dry_run.

Describe alternatives you've considered

Create an extra step before semantic release action, to create a reusable dry_run variable.

Additional context

N/A

@Ameausoone Ameausoone changed the title Outputs dry_run from the github action Outputs dry_run var from the github action Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant