From 84fc10f16d09dfe0437c836410fcb6d3c7f83da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:28:49 +0000 Subject: [PATCH] ci: bump python-semantic-release/publish-action Bumps the github-actions group with 1 update: [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action). Updates `python-semantic-release/publish-action` from 9.19.1 to 9.20.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.19.1...v9.20.0) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d38b53f6c..0eb3e61c7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -138,7 +138,7 @@ jobs: build: false - name: Release | Add distribution artifacts to GitHub Release Assets - uses: python-semantic-release/publish-action@v9.19.1 + uses: python-semantic-release/publish-action@v9.20.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}