From ce62ca94a263046f83b5f4f5f3d336752b654863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Alvergnat?= Date: Thu, 14 Dec 2023 09:49:19 +0100 Subject: [PATCH] ci: add version bump in release task --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: