From 4fd3af5123dab5a0a656c084d2efe315641bf6b1 Mon Sep 17 00:00:00 2001 From: Indivar Date: Sat, 1 Mar 2025 21:46:52 +0530 Subject: [PATCH] chore: use 'python-semantic-release/publish-action' Signed-off-by: Indivar --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 709e9c57..75b41697 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,8 +122,8 @@ jobs: - name: Publish package distributions to GitHub Releases if: steps.release.outputs.released == 'true' - # see https://github.com/python-semantic-release/upload-to-gh-release - uses: python-semantic-release/upload-to-gh-release@main + # see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#python-semantic-release-publish-action + uses: python-semantic-release/publish-action@main with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}