Skip to content

Commit 694cfd2

Browse files
authored
chore: pin python-semantic-release/publish-action to v9
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent adc5a43 commit 694cfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Publish package distributions to GitHub Releases
124124
if: steps.release.outputs.released == 'true'
125125
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#python-semantic-release-publish-action
126-
uses: python-semantic-release/publish-action@main
126+
uses: python-semantic-release/publish-action@v9
127127
with:
128128
github_token: ${{ secrets.GITHUB_TOKEN }}
129129
tag: ${{ steps.release.outputs.tag }}

0 commit comments

Comments
 (0)