Skip to content

Commit a2d8bae

Browse files
chore(deps): pin python-semantic-release/publish-action action to ae6462a (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efaf79b commit a2d8bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: steps.release.outputs.released == 'true'
114114

115115
- name: Publish package distributions to GitHub Releases
116-
uses: python-semantic-release/publish-action@v10
116+
uses: python-semantic-release/publish-action@ae6462adc12bd3d1738070d784b65b5189b955a9 # v10
117117
if: steps.release.outputs.released == 'true'
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)