Skip to content

Commit fc404c4

Browse files
chore(deps): update python-semantic-release/publish-action action to v9.16.0 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dad30f7 commit fc404c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Publish package distributions to GitHub Releases
8282
if: steps.semantic-release.outputs.released == 'true'
8383
id: publish-dist
84-
uses: python-semantic-release/publish-action@v9.15.2
84+
uses: python-semantic-release/publish-action@v9.16.0
8585
with:
8686
github_token: ${{ steps.app-token.outputs.token }}
8787
tag: ${{ steps.semantic-release.outputs.tag }}

0 commit comments

Comments
 (0)