Skip to content

Commit

Permalink
chore(deps): update python-semantic-release/publish-action action to …
Browse files Browse the repository at this point in the history
…v9.15.2
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 6b3a7e0 commit 68b33ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/publish-action@v9.15.1
uses: python-semantic-release/publish-action@v9.15.2
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 68b33ba

Please sign in to comment.