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 f57135c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 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,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 }}
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 f57135c

Please sign in to comment.