diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0fe607be..c376f533 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,17 +14,17 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Use Node.js 18.x - uses: actions/setup-node@v4 - with: - node-version: "18.x" - registry-url: "https://registry.npmjs.org" + # - name: Use Node.js 18.x + # uses: actions/setup-node@v4 + # with: + # node-version: "18.x" + # registry-url: "https://registry.npmjs.org" - - run: npm ci + # - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Build and push Docker image uses: openzim/docker-publish-action@v10