Skip to content

Commit

Permalink
Merge pull request #48 from entelecheia/dependabot/github_actions/pyt…
Browse files Browse the repository at this point in the history
…hon-semantic-release/publish-action-9.14.0
  • Loading branch information
entelecheia authored Nov 11, 2024
2 parents 480c153 + 3f8bf67 commit e78e82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
repository-url: https://test.pypi.org/legacy/

- name: Publish | Upload to GitHub Release Assets
uses: python-semantic-release/publish-action@v9.13.0
uses: python-semantic-release/publish-action@v9.14.0
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Publish | Upload to GitHub Release Assets
uses: python-semantic-release/publish-action@v9.13.0
uses: python-semantic-release/publish-action@v9.14.0
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e78e82e

Please sign in to comment.