-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update tag.yml #72
Update tag.yml #72
Conversation
Signed-off-by: Glenn Jocher <[email protected]>
π Hello @glenn-jocher, thank you for submitting an
Additional Notes:
For more guidance, please refer to our Contributing Guide. This is an automated response, but rest assured that an Ultralytics engineer will review your PR and provide additional feedback soon. Thank you for contributing to Ultralytics! π |
- name: Publish new tag | ||
if: steps.check_tag.outputs.tag_exists == 'false' | ||
run: | | ||
git tag -a "${{ github.event.inputs.tag_name }}" -m "$(git log -1 --pretty=%B)" | ||
git push origin "${{ github.event.inputs.tag_name }}" | ||
|
||
- name: Set up Python environment | ||
uses: actions/setup-python@v5 | ||
with: |
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.
-ππππ
Signed-off-by: Glenn Jocher <[email protected]>
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
This PR enhances the workflow for tagging and releasing updates in the
ultralytics/yolo-ios-app
repository, improving automation and adding notifications. ππ Key Changes
π― Purpose & Impact