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 }}