Skip to content

Commit 057bc49

Browse files
author
Juli Ovechkina
authored
ci: add alpha workflow (#384)
1 parent 3010cf4 commit 057bc49

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release alpha version
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Extract branch name
11+
shell: bash
12+
run: |
13+
echo "branch_name=${GITHUB_REF#refs/heads/}"
14+
id: extract_branch
15+
- uses: gravity-ui/release-action@v1
16+
with:
17+
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
18+
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
19+
node-version: 14
20+
npm-dist-tag: alpha
21+
default-branch: ${{ env.branch_name }}

0 commit comments

Comments
 (0)