diff --git a/.github/workflows/publish-to-registry.yml b/.github/workflows/publish-to-registry.yml index 277cb86..8df4ceb 100644 --- a/.github/workflows/publish-to-registry.yml +++ b/.github/workflows/publish-to-registry.yml @@ -27,6 +27,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 'lts/*' + registry-url: 'https://registry.npmjs.org' - uses: actions/download-artifact@v2 with: @@ -41,6 +42,7 @@ jobs: run: npm publish artifacts --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} - uses: geekyeggo/delete-artifact@v1 with: diff --git a/README.md b/README.md index 1b71cdb..fab392a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -node-gelf pro +gelf pro ============= node-gelf - Graylog2 client library for Node.js. Pro - because of code-quality (at 2015). GELF - The Graylog Extended Log Format.