From 080ccb8fea32efc95b2be8b4495513b97eb88cc5 Mon Sep 17 00:00:00 2001 From: Nikita Gorin <36075690+NikitaCG@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:03:38 +0300 Subject: [PATCH] chore: add release 5.x.x (#191) * chore: add release 5.x.x * chore: fix action --- .github/workflows/release-5.x.x.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-5.x.x.yml diff --git a/.github/workflows/release-5.x.x.yml b/.github/workflows/release-5.x.x.yml new file mode 100644 index 00000000..a9f28e64 --- /dev/null +++ b/.github/workflows/release-5.x.x.yml @@ -0,0 +1,17 @@ +name: Release version 5.x.x. + +on: + push: + branches: [version-5.x.x] + +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: version-5.x.x