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 2262170 commit f4c14e3Copy full SHA for f4c14e3
.github/workflows/release.yaml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Update version and changelogs
97
id: semantic-release
98
- uses: python-semantic-release/python-semantic-release@v9.17.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
99
with:
100
build: false
101
changelog: true
@@ -121,7 +121,7 @@ jobs:
121
- name: Publish package distributions to GitHub Releases
122
if: steps.semantic-release.outputs.released == 'true'
123
id: publish-dist
124
- uses: python-semantic-release/publish-action@v9.17.0
+ uses: python-semantic-release/publish-action@v9.21.0
125
126
github_token: ${{ steps.app-token.outputs.token }}
127
tag: ${{ steps.semantic-release.outputs.tag }}
0 commit comments