From a4618866c57c07acafef643ed3eaf9e1617a13de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:54:09 +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.15.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/v9.8.9...v9.15.2) --- 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..74cfd61 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.15.2 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}