We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329c4fc commit c732dc2Copy full SHA for c732dc2
1 file changed
.github/workflows/cd-release.yaml
@@ -97,15 +97,15 @@ jobs:
97
# Adjust tag with desired version if applicable.
98
uses: python-semantic-release/python-semantic-release@v10.4.1
99
with:
100
- github_token: ${{ secrets.PYTHON_SEMANTIC_RELEASE_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
101
git_committer_name: "github-actions"
102
git_committer_email: "actions@users.noreply.github.com"
103
104
- name: Publish | Upload to GitHub Release Assets
105
uses: python-semantic-release/publish-action@v10.4.1
106
if: steps.release.outputs.released == 'true'
107
108
109
tag: ${{ steps.release.outputs.tag }}
110
111
- name: Upload | Distribution Artifacts
0 commit comments