diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index aa29288..73858e9 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Python Semantic Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}