diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 9e64f1c..0025649 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -24,7 +24,7 @@ jobs: run: npm install --frozen-lockfile - name: Build SDK - run: npm build + run: npm run build - name: Publish to npm run: npm publish --access public @@ -45,13 +45,13 @@ jobs: with: node-version: '18' registry-url: 'https://npm.pkg.github.com' - scope: '@network' + scope: 'network-ts-sdk' - name: Install dependencies run: npm install --frozen-lockfile - name: Build SDK - run: npm build + run: npm run build - name: Publish to GitHub Packages run: npm publish diff --git a/package.json b/package.json index dfd7a12..cb9d9bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "network-ts-sdk", - "version": "0.1.2", + "version": "0.1.3", "description": "TypeScript SDK for DeBros Network Gateway", "type": "module", "main": "./dist/index.js",