diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 18ab9b5..121214a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,28 +9,8 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 22.16.0 - registry-url: "https://registry.npmjs.org" - - - name: Install dependencies - run: npm ci --legacy-peer-deps - - - name: Build - run: npm run build - release: name: Publish Stable Release - needs: build if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest permissions: @@ -95,7 +75,6 @@ jobs: dev-release: name: Publish Dev Release - needs: build if: github.ref == 'refs/heads/dev' runs-on: ubuntu-latest permissions: