diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a6f40ed..4bc0db28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,6 +278,11 @@ jobs: - name: Install python-semantic-release run: pip install python-semantic-release + - name: Bump version + run: semantic-release version + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Publish release run: semantic-release publish env: