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.
2 parents 1cb5fed + 7368e59 commit 5b13403Copy full SHA for 5b13403
.github/workflows/release-test.yaml
@@ -50,7 +50,7 @@ jobs:
50
repository-url: https://test.pypi.org/legacy/
51
52
- name: Publish | Upload to GitHub Release Assets
53
- uses: python-semantic-release/publish-action@v9.20.0
+ uses: python-semantic-release/publish-action@v9.21.0
54
if: steps.release.outputs.released == 'true'
55
with:
56
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
@@ -51,7 +51,7 @@ jobs:
57
0 commit comments