Skip to content

Commit 59a2d30

Browse files
committed
fix(ci): experimenting with envvars interpolations inside semantic-release/publishCmd
1 parent 293d03f commit 59a2d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ plugins:
1818
- CHANGELOG.md
1919
- pyproject.toml
2020
- - '@semantic-release/exec'
21-
- publishCmd: poetry publish --build -r ${PYPI_PUBLISH_REPO:-pypi}
21+
- publishCmd: "poetry publish --build -r <%= process.env.PUBLISH_REPO ? process.env.PUBLISH_REPO : 'pypi' %>"

0 commit comments

Comments
 (0)