Skip to content

Commit 5e0d6e7

Browse files
committed
chore(CI): update beta versioning
1 parent 4f91f31 commit 5e0d6e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
id: version-main
6262
uses: python-semantic-release/python-semantic-release@v9.20.0
6363
with:
64+
root_options: "-vv"
6465
directory: ptolemy
6566
commit: false
6667
build: false
@@ -73,6 +74,7 @@ jobs:
7374
id: version-beta
7475
uses: python-semantic-release/python-semantic-release@v9.20.0
7576
with:
77+
root_options: "-vv"
7678
directory: ptolemy
7779
commit: false
7880
build: false
@@ -86,6 +88,7 @@ jobs:
8688
id: version-prerelease
8789
uses: python-semantic-release/python-semantic-release@v9.20.0
8890
with:
91+
root_options: "-vv"
8992
directory: ptolemy
9093
commit: false
9194
build: false

0 commit comments

Comments
 (0)