From 453f02e58b09931707470ccabaebc8d6c959646d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:42:27 +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.18.1 to 9.19.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.18.1...v9.19.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 8ad586c6a..016c553a4 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.18.1 + uses: python-semantic-release/publish-action@v9.19.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}