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

GH Actions: improve the draft release creation #166

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Mar 27, 2024

Follow up on PR #159

This fixes the following warning:

Warning: Unexpected input(s) 'release_name', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body', 'make_latest']

And should make sure the tag and the release name don't contain the refs/heads/ part of the tag reference.

Follow up on PR 159

This fixes the following warning:
```
Warning: Unexpected input(s) 'release_name', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body', 'make_latest']
```

And should make sure the tag and the release name don't contain the `refs/heads/` part of the tag reference.
@jrfnl jrfnl added this to the 2.0.0 milestone Mar 27, 2024
@grogy grogy merged commit 2c80058 into develop Apr 10, 2024
17 checks passed
@grogy grogy deleted the feature/ghactions-minor-tweak-to-release-workflow branch April 10, 2024 11:43
@jrfnl jrfnl modified the milestones: 2.0.0, 1.4.x Next May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants