diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 0701ddb..025976d 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -47,4 +47,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 400548b..1c69e34 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -33,4 +33,5 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} + \ No newline at end of file