From 89626b80f466a0e6e7408bb50eb6875e084c34b9 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 31 Aug 2023 14:44:27 +0200 Subject: [PATCH] refactor: update python-semantic-release.yml --- .github/workflows/python-semantic-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-semantic-release.yml b/.github/workflows/python-semantic-release.yml index 359a5bf..46c517d 100644 --- a/.github/workflows/python-semantic-release.yml +++ b/.github/workflows/python-semantic-release.yml @@ -21,8 +21,8 @@ jobs: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@master + uses: python-semantic-release/python-semantic-release@v7.34.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ - repository_password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + repository_password: ${{ secrets.PYPI_TOKEN }}