From d1f515766fc2654b24394a44dd37290388b3b73b Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Wed, 7 Feb 2024 19:02:24 +0300 Subject: [PATCH] ci: remove not needed workflow --- .github/workflows/release-v2.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/release-v2.yml diff --git a/.github/workflows/release-v2.yml b/.github/workflows/release-v2.yml deleted file mode 100644 index a34b90f1..00000000 --- a/.github/workflows/release-v2.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Release V2 - -on: - push: - branches: [v2] - -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: gravity-ui/release-action@v1 - with: - github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }} - npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }} - node-version: 18 - default-branch: v2 - npm-dist-tag: untagged - skip-github-release: true