diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 698c4c3..908be7b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: relekang/python-semantic-release@v9.14.0 + - uses: relekang/python-semantic-release@v9.15.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}