We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d488d1 commit 46bc15cCopy full SHA for 46bc15c
.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.1
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