Skip to content

Commit fc9a846

Browse files
build(deps): bump python-semantic-release/python-semantic-release
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.20.0 to 9.21.0. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.20.0...v9.21.0) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 9.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be9d046 commit fc9a846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-semantic-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Python Release - Dry Run
4444
id: release_dryrun
4545
if: steps.set_mode.outputs.is_dry_run == 'true'
46-
uses: python-semantic-release/python-semantic-release@v9.20.0
46+
uses: python-semantic-release/python-semantic-release@v9.21.0
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
push: "false"
@@ -94,7 +94,7 @@ jobs:
9494
- name: Python Release
9595
id: release
9696
if: ${{ github.event_name == 'workflow_dispatch' && !inputs.dry_run }}
97-
uses: python-semantic-release/python-semantic-release@v9.20.0
97+
uses: python-semantic-release/python-semantic-release@v9.21.0
9898
with:
9999
github_token: ${{ secrets.GITHUB_TOKEN }}
100100
push: "true"

0 commit comments

Comments
 (0)