Skip to content

Commit c35059a

Browse files
authored
🔨 fix publish-action hash
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 50ef258 commit c35059a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ runs:
1616
shell: bash
1717

1818
- 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
19+
uses: python-semantic-release/publish-action@555cc0bad8cdc946f14255380ec0a23170edf364
2120
with:
2221
github_token: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)