We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7078a99 commit 50ef258Copy full SHA for 50ef258
action.yml
@@ -16,6 +16,7 @@ runs:
16
shell: bash
17
18
- name: Publish package distributions to GitHub Releases
19
+ # IMPORTANT: this cannot be pinned to a hash in publish
20
uses: python-semantic-release/publish-action@v9.17.0
21
with:
22
github_token: ${{ inputs.github-token }}
0 commit comments