diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 740f4c5..08c65e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags-ignore: + - v* jobs: release: @@ -14,9 +16,13 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: '16.x' + node-version: '18.x' + - run: + git config --global user.email $BOT_EMAIL + git config --global user.name rambler-ui-bot - run: yarn - run: yarn release env: + BOT_EMAIL: ${{ secrets.BOT_EMAIL }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7125b74..b84735f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: '16.x' + node-version: '18.x' - run: yarn - run: yarn lint @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: '16.x' + node-version: '18.x' - run: yarn - uses: wagoid/commitlint-github-action@v3 env: diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index ad4b6c1..0000000 --- a/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -version-tag-prefix ""