diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6e33d53..b7f5d32 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,10 +47,10 @@ jobs: with: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish to NPM - run: yarn publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to NPM + # run: yarn publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Merge into gh-pages uses: devmasx/merge-branch@v1.3.0 with: diff --git a/docs/index.md b/docs/index.md index 5d8cf3f..ecc4525 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,7 +55,7 @@ mixed in. ### License -_.contrib is open sourced under the [MIT license](https://github.com/documentcloud/underscore-contrib/blob/master/LICENSE). +`_.contrib` is open sourced under the [MIT license](https://github.com/documentcloud/underscore-contrib/blob/master/LICENSE). ## Sub-libraries diff --git a/package.json b/package.json index aec1229..a08e49d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "underscore-contrib", - "version": "0.3.0", + "version": "test", "main": "index.js", "dependencies": { "underscore": "1.10.2"