From 7e6439fcb58140188ed3ca1d6d62b6eefb321642 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Tue, 18 Jul 2023 12:21:01 +0200 Subject: [PATCH] ci: update automatic release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e4c4594..92c7883e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.5 + uses: relekang/python-semantic-release@v7.34.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__