diff --git a/.github/workflows/deployer.yaml b/.github/workflows/deployer.yaml index d8cc523..6963022 100644 --- a/.github/workflows/deployer.yaml +++ b/.github/workflows/deployer.yaml @@ -14,6 +14,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run build - - 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.json b/package.json index c271cf6..6cd7f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clober-dex/v2-sdk", - "version": "0.0.1", + "version": "0.0.1.dev", "description": "🛠 An SDK for building applications on top of Clober V2", "main": "./dist/esm/index.js", "files": [