- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Error seen in logfile:
18837 2025-06-04T02:38:35.1711497Z ##[warning]This action has been DEPRECATED. Please use the 'python-semantic-release/publish-action' instead.
Deprecated action:
https://github.com/python-semantic-release/upload-to-gh-release
New action:
https://github.com/python-semantic-release/publish-action
We are using it here:
python-gitlab/.github/workflows/release.yml
Lines 34 to 38 in378a836
-name:Publish package distributions to GitHub Releases | |
uses:python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711# v9.8.9 | |
if:steps.release.outputs.released == 'true' | |
with: | |
github_token:${{ secrets.GITHUB_TOKEN }} |
Metadata
Metadata
Assignees
Labels
No labels