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 60796a5 commit 915dd28Copy full SHA for 915dd28
.github/workflows/ci.yml
@@ -79,15 +79,18 @@ jobs:
79
github_token: ${{ secrets.GITHUB_TOKEN }}
80
changelog: true
81
# Use noop mode to test without making changes
82
- root_options: "--noop"
+ no_operation_mode: true
83
- name: Test Semantic Release (Dry Run)
84
id: test-release-dry
85
uses: python-semantic-release/python-semantic-release@v10.4.1
86
with:
87
88
89
# Use dry run mode to test without committing
90
- root_options: "--no-commit --no-tag --no-push"
+ commit: false
91
+ tag: false
92
+ push: false
93
+ vcs_release: false
94
release:
95
runs-on: ubuntu-latest
96
needs:
0 commit comments