From d34545bf373846de2bf2cc9fd872fa7c815e5788 Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Tue, 5 Dec 2023 20:31:30 +0100 Subject: [PATCH] test CI --- .github/workflows/kth.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/kth.yml b/.github/workflows/kth.yml index 0bbb860..91d4f5f 100644 --- a/.github/workflows/kth.yml +++ b/.github/workflows/kth.yml @@ -28,12 +28,6 @@ jobs: - name: Run tests run: yarn test - # - name: Publish package - # if: github.ref == 'refs/heads/master' && matrix.node-version == '18.x' - # env: - # NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} - # run: yarn publish - - name: Publish package if: github.ref == 'refs/heads/master' && matrix.node-version == '18.x' env: @@ -41,18 +35,3 @@ jobs: - run: npm ci - run: npm publish --access public - - # publish-npm: - # needs: builds - # runs-on: ubuntu-latest - # name: Public NPM - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-node@v3 - # with: - # node-version: 16 - # registry-url: https://registry.npmjs.org/ - # - run: npm ci - # - run: npm publish --access public - # env: - # NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}