Skip to content

Commit df3eafb

Browse files
authored
Merge pull request #140 from entelecheia/dependabot/github_actions/python-semantic-release/publish-action-10.0.2
chore(deps): bump python-semantic-release/publish-action from 10.0.0 to 10.0.2
2 parents 4b9be73 + 9b84611 commit df3eafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repository-url: https://test.pypi.org/legacy/
5151

5252
- name: Publish | Upload to GitHub Release Assets
53-
uses: python-semantic-release/[email protected].0
53+
uses: python-semantic-release/[email protected].2
5454
if: steps.release.outputs.released == 'true'
5555
with:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

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

5353
- name: Publish | Upload to GitHub Release Assets
54-
uses: python-semantic-release/[email protected].0
54+
uses: python-semantic-release/[email protected].2
5555
if: steps.release.outputs.released == 'true'
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)