diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a6aa1f3..a6c02f5 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -18,8 +18,10 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: develop fetch-depth: 0 + - name: Python Semantic Release uses: relekang/python-semantic-release@master with: