From 948cb5383d3d3066f1e01854f9b61211985deb09 Mon Sep 17 00:00:00 2001 From: Illia Date: Sun, 18 Feb 2024 15:56:22 +0100 Subject: [PATCH] ci: dismiss release job --- .github/workflows/main.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4ef1e6..7e90fc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,18 +95,18 @@ jobs: - name: Run unit tests run: npm run test-coverage - release: - runs-on: ubuntu-latest - needs: - - lint - - test - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v4 - with: - node-version: '20.11.1' - - name: Run Semantic-Release - run: npx semantic-release --debug - env: - GITHUB_TOKEN: ${{ secrets.PERSO_GITHUB }} - NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + # release: + # runs-on: ubuntu-latest + # needs: + # - lint + # - test + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v4 + # with: + # node-version: '20.11.1' + # - name: Run Semantic-Release + # run: npx semantic-release --debug + # env: + # GITHUB_TOKEN: ${{ secrets.PERSO_GITHUB }} + # NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}