We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b2edf commit 9270e10Copy full SHA for 9270e10
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
22
- name: Python Semantic Release
23
+ id: release
24
uses: python-semantic-release/python-semantic-release@v8.3.0
25
with:
26
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
0 commit comments