From f7171bac689273660c8535b7498613f6c7a1afe8 Mon Sep 17 00:00:00 2001 From: Olivier Morelle Date: Wed, 15 Nov 2023 13:58:39 +0100 Subject: [PATCH] fix(_release.yaml): corrects python-semantic-release version --- .github/workflows/_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yaml b/.github/workflows/_release.yaml index 7d6bb72..92b481d 100644 --- a/.github/workflows/_release.yaml +++ b/.github/workflows/_release.yaml @@ -19,7 +19,7 @@ jobs: # This action uses Python Semantic Release v8 - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8.3 + uses: python-semantic-release/python-semantic-release@v8.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}