From f9086a237ec752c244e12db67a5c058ba9a4b230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:44:17 +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 9.8.9 to 9.14.0. - [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/v9.8.9...v9.14.0) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 9f8785a..5305f86 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -84,7 +84,7 @@ jobs: git_committer_email: "actions@users.noreply.github.com" - name: Publish | Upload to GitHub Release Assets - uses: python-semantic-release/publish-action@v9.8.9 + uses: python-semantic-release/publish-action@v9.14.0 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}