diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e697ed..79ac131 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,6 +33,10 @@ jobs: run: | echo Publishing as ${{ steps.get_version.outputs.version }} npm --allow-same-version --no-git-tag-version version ${{ steps.get_version.outputs.version }} + - name: DBG log + run: echo $NODE_AUTH_TOKEN + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish package run: npm publish env: diff --git a/README.md b/README.md index af3ec5a..f8979fe 100644 --- a/README.md +++ b/README.md @@ -176,5 +176,6 @@ _**Information for `filecoin-solidity` lib developers is contained in [./lib-dev +