From 0596bbcf0398ed9f47f11233606bb7f47f854e8f Mon Sep 17 00:00:00 2001 From: Egor Mostovoy Date: Thu, 14 Mar 2024 12:10:26 +0100 Subject: [PATCH] ci: release v3 (#184) (#186) --- .github/workflows/release-v3.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-v3.yml diff --git a/.github/workflows/release-v3.yml b/.github/workflows/release-v3.yml new file mode 100644 index 00000000..1b385acb --- /dev/null +++ b/.github/workflows/release-v3.yml @@ -0,0 +1,17 @@ +name: Release + +on: + push: + branches: [v3] + +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 + npm-dist-tag: untagged + default-branch: v3