-
Notifications
You must be signed in to change notification settings - Fork 22
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
Testing Ansible Automation #278
Conversation
@@ -13,11 +13,11 @@ jobs: | |||
- uses: actions/checkout@v2 | |||
- name: Bump version and push tag | |||
id: tag_and_prepare_release | |||
uses: moble/github-tag-action@main | |||
uses: anothrNick/github-tag-action@1.61.0 |
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 this change now? i thought only collection version change
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 this change now? i thought only collection version change
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.
For other SDKs it was updated, noticed it was not yet updated in Ansible SDK during release and it is does not exist in the marketplace anymore.
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.
Changes in release.yml is missing i think
Description
Bumping version to v8.6.1
Issues Resolved
[List any issues this PR will resolve. e.g., Fixes #1]
Check List