diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b2dfed04..dd514fc0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Python Semantic Release + id: release uses: python-semantic-release/python-semantic-release@v8.3.0 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}