diff --git a/.github/workflows/publish_bucklescript.yml b/.github/workflows/publish_bucklescript.yml index 88372c3..d624184 100644 --- a/.github/workflows/publish_bucklescript.yml +++ b/.github/workflows/publish_bucklescript.yml @@ -11,8 +11,14 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12.x' - registry-url: 'https://npm.pkg.github.com' + registry-url: 'https://registry.npmjs.org' - run: npm install + - run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - uses: actions/setup-node@v1 + with: + registry-url: 'https://npm.pkg.github.com' - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 0454fce..1ec0df3 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,13 @@ "url": "git+https://github.com/anuragsoni/routes.git" }, "keywords": [ - "http", "router", "bi-directional", - "type-safe", "bucklescript", "ocaml", "reasonml", - "reason" + "reason", + "type-safe" ], "author": { "name": "Anurag Soni",