From a511774a2715180869fee4d3d8caae9dc7e1eea5 Mon Sep 17 00:00:00 2001 From: BergurDavidsen Date: Sat, 22 Nov 2025 18:28:23 +0100 Subject: [PATCH] fix: --no-upload argument error --- .github/workflows/update_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index f05cc4e..cac1752 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -22,7 +22,7 @@ jobs: pip install .[dev,test] # install your package with test dependencies pip install python-semantic-release - - name: Run semantic-release (version only) - run: semantic-release publish --no-upload + - name: Bump version + run: semantic-release version env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}