diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f834ad5e..ed4e841c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,6 @@ jobs: node-version: '12' check-latest: true registry-url: 'https://registry.npmjs.org' - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ad15ac9f..12ad2f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@schibsted/middy-access-log", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f654ecd..455c0f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schibsted/middy-access-log", - "version": "0.0.2", + "version": "0.0.3", "description": "Middy middleware for logging processed requests in an access-log like fashion", "main": "index.js", "scripts": {