diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d3b5c229..020894f670 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8 + uses: python-semantic-release/python-semantic-release@v8.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # May need to replace with a Personal Access Token if it fails