From 7cba5790fe29007c2a88f30134e6023549e4a7e1 Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Mon, 19 Aug 2024 05:16:33 +0200 Subject: [PATCH] ci: possibly fix semantic release GH publish --- .github/workflows/validate_and_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate_and_release.yml b/.github/workflows/validate_and_release.yml index 471fb4e..bd310ac 100644 --- a/.github/workflows/validate_and_release.yml +++ b/.github/workflows/validate_and_release.yml @@ -96,7 +96,10 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.8 + - name: Semantic Release uses: python-semantic-release/python-semantic-release@v9.8.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} + force: patch + vcs_release: true