Skip to content

Commit

Permalink
Update tag.yml (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 16, 2024
1 parent c10ecf7 commit 4f0ee6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install requests
pip install ultralytics-actions
- name: Publish new release
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
CURRENT_TAG: ${{ github.event.inputs.tag_name }}
run: |
curl -s "https://raw.githubusercontent.com/ultralytics/actions/main/utils/summarize_release.py" | python -
run: ultralytics-actions-summarize-release
shell: bash

0 comments on commit 4f0ee6c

Please sign in to comment.