diff --git a/.github/workflows/sdk-release.js.yml b/.github/workflows/sdk-release.js.yml index 3127e815..33f42bfd 100644 --- a/.github/workflows/sdk-release.js.yml +++ b/.github/workflows/sdk-release.js.yml @@ -19,7 +19,7 @@ jobs: - name: Install tools uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node-version }} + node-version: ${{ matrix.node-version }} - name: 🔧 Yarn cache uses: actions/setup-node@v3 @@ -34,21 +34,21 @@ jobs: run: "yarn test" - name: Run Lint Checks - run: "yarn run lint-ci" + run: "yarn run lint-ci" - name: Run Typescript Checks - run: "yarn run tsc" + run: "yarn run tsc" - name: Run SDK tests - run: "yarn test:sdk" + run: "yarn test:sdk" - name: Build SDK - run: "yarn build:sdk" + run: "yarn build:sdk" - name: 🚀 Publish to npm id: npm-publish uses: JS-DevTools/npm-publish@v2 with: - token: ${{ secrets.HYDROGEN_NPM_TOKEN }} + token: ${{ secrets.NPM_TOKEN }} access: public package: ./target