From fb72583459761ee413289f1e077277d7a11383b2 Mon Sep 17 00:00:00 2001 From: Sietze van Buuren Date: Fri, 8 Nov 2024 21:02:38 +0100 Subject: [PATCH] chore: Update python semantic release version and naming Signed-off-by: Sietze van Buuren --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index ba8bcd3..217e0b5 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -35,7 +35,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@master + uses: python-semantic-release/python-semantic-release@v9.12.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -65,7 +65,7 @@ jobs: - name: Publish package distributions to GitHub Releases id: github-release if: steps.release.outputs.released == 'true' - uses: python-semantic-release/upload-to-gh-release@main + uses: python-semantic-release/publish-action@v9.12.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}