Skip to content

Commit e4e314d

Browse files
fix: Bump python-semantic-release/publish-action
Bumps the actions group with 1 update in the / directory: [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action). Updates `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](python-semantic-release/publish-action@v10.6.1...v10.6.2) --- updated-dependencies: - dependency-name: python-semantic-release/publish-action dependency-version: 10.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfbd199 commit e4e314d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uv build
121121
122122
- name: Publish | Create GitHub Release (src + dist)
123-
uses: python-semantic-release/publish-action@v10.6.1
123+
uses: python-semantic-release/publish-action@v10.6.2
124124
with:
125125
github_token: ${{ secrets.GITHUB_TOKEN }}
126126
tag: ${{ needs.release.outputs.tag }}

0 commit comments

Comments
 (0)