Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Sep 20, 2023
1 parent 29755b0 commit 61b422e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags-ignore:
- v*

jobs:
release:
Expand All @@ -14,7 +16,10 @@ 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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

0 comments on commit 61b422e

Please sign in to comment.