Skip to content

Commit 31f1f56

Browse files
authored
chore: add release 5.x.x action (#1148)
1 parent 477ff9d commit 31f1f56

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release version 5.x.x.
2+
3+
on:
4+
push:
5+
branches: [version-5.x.x]
6+
7+
jobs:
8+
release:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: gravity-ui/release-action@v1
12+
with:
13+
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
14+
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
15+
node-version: 18
16+
npm-dist-tag: untagged
17+
default-branch: version-5.x.x

0 commit comments

Comments
 (0)