From 79d02ad0fc5070ac2620cf576e54b53a9dee75ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:38:22 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/publish-action Bumps [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 10.6.1 to 10.6.2. - [Release notes](https://github.com/python-semantic-release/publish-action/releases) - [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml) - [Commits](https://github.com/python-semantic-release/publish-action/compare/5a5718ce47b892ef699f2972dae122297771d641...6d89e2de8d40ecb3717316ecbbf15a6fa8ea9039) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 90eaf92..9ecafe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,6 @@ jobs: - name: Publish to GitHub Releases if: steps.release.outputs.released == 'true' - uses: python-semantic-release/publish-action@5a5718ce47b892ef699f2972dae122297771d641 # v10.6.1 + uses: python-semantic-release/publish-action@6d89e2de8d40ecb3717316ecbbf15a6fa8ea9039 # v10.6.2 with: github_token: ${{ secrets.ADMIN_TOKEN }}