Skip to content

Commit 6d2ee96

Browse files
author
Justin Poehnelt
committed
chore: options is not an array
1 parent 4ad0c49 commit 6d2ee96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins:
1414
from: 'version=".*"'
1515
to: 'version="${nextRelease.version}"'
1616
- - "@semantic-release/exec"
17-
- prepareCmd: "rm -rf dist && python3 setup.py sdist && python3 -m twine check dist/*"
18-
- publishCmd: "python3 -m twine upload dist/*"
17+
- prepareCmd: "rm -rf dist && python3 setup.py sdist && python3 -m twine check dist/*"
18+
publishCmd: "python3 -m twine upload dist/*"
1919
- - "@semantic-release/git"
2020
- assets:
2121
- "./googlemaps/__init__.py"

0 commit comments

Comments
 (0)