You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've detected that the release in GItHub must have a description, otherwise it will complain with the following message
This action should only be used in a release context
If you believe this to be an error, please submit a bug report
https://github.com/Actions-R-Us/actions-tagger/issues
Is this the intended behavior?
Thanks!
The text was updated successfully, but these errors were encountered:
name: Keep the action versions up-to-dateon:
release:
types:
- released
- published
- editedjobs:
actions-tagger:
runs-on: smallpermissions:
contents: writesteps:
- uses: Actions-R-Us/actions-tagger@v2
All works well but if the released, published or edited release doesn't have a description then the following error is displayed
This action should only be used in a release context
If you believe this to be an error, please submit a bug report
https://github.com/Actions-R-Us/actions-tagger/issues
Hello
I've detected that the release in GItHub must have a description, otherwise it will complain with the following message
Is this the intended behavior?
Thanks!
The text was updated successfully, but these errors were encountered: