Skip to content

Commit 915dd28

Browse files
committed
chore: fix test release
1 parent 60796a5 commit 915dd28

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,18 @@ jobs:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
changelog: true
8181
# Use noop mode to test without making changes
82-
root_options: "--noop"
82+
no_operation_mode: true
8383
- name: Test Semantic Release (Dry Run)
8484
id: test-release-dry
8585
uses: python-semantic-release/python-semantic-release@v10.4.1
8686
with:
8787
github_token: ${{ secrets.GITHUB_TOKEN }}
8888
changelog: true
8989
# Use dry run mode to test without committing
90-
root_options: "--no-commit --no-tag --no-push"
90+
commit: false
91+
tag: false
92+
push: false
93+
vcs_release: false
9194
release:
9295
runs-on: ubuntu-latest
9396
needs:

0 commit comments

Comments
 (0)