Skip to content

Commit 6ca415d

Browse files
committed
fix(ci/github/release): consistent naming of repo variable
1 parent 06ac797 commit 6ca415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 <%= process.env.PUBLISH_REPO ? process.env.PUBLISH_REPO : 'pypi' %>"
21+
- publishCmd: "poetry publish --build -r <%= process.env.PYPI_PUBLISH_REPO ? process.env.PYPI_PUBLISH_REPO : 'pypi' %>"

0 commit comments

Comments
 (0)