diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b13ba62..4189c57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,13 +83,13 @@ jobs: fetch-depth: 0 - name: Release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v8.1.2 if: github.ref_name == 'main' with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} - name: Test release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v8.1.2 if: github.ref_name != 'main' with: additional_options: --noop