We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad30f7 commit fc404c4Copy full SHA for fc404c4
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
- name: Publish package distributions to GitHub Releases
82
if: steps.semantic-release.outputs.released == 'true'
83
id: publish-dist
84
- uses: python-semantic-release/publish-action@v9.15.2
+ uses: python-semantic-release/publish-action@v9.16.0
85
with:
86
github_token: ${{ steps.app-token.outputs.token }}
87
tag: ${{ steps.semantic-release.outputs.tag }}
0 commit comments