Skip to content

Commit fef28a9

Browse files
chore(deps): update python-semantic-release/publish-action action to v10
1 parent 04f6d94 commit fef28a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.release.outputs.released == 'true'
112112

113113
- name: Publish package distributions to GitHub Releases
114-
uses: python-semantic-release/publish-action@v9.21.1
114+
uses: python-semantic-release/publish-action@v10.2.0
115115
if: steps.release.outputs.released == 'true'
116116
with:
117117
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)