We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9d046 commit fc9a846Copy full SHA for fc9a846
.github/workflows/deploy-semantic-release.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: Python Release - Dry Run
44
id: release_dryrun
45
if: steps.set_mode.outputs.is_dry_run == 'true'
46
- uses: python-semantic-release/python-semantic-release@v9.20.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
47
with:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
push: "false"
@@ -94,7 +94,7 @@ jobs:
94
- name: Python Release
95
id: release
96
if: ${{ github.event_name == 'workflow_dispatch' && !inputs.dry_run }}
97
98
99
100
push: "true"
0 commit comments