Skip to content

Commit

Permalink
chore: add v4-2 release action
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Feb 20, 2024
1 parent 0dfb616 commit 6bcce12
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-v4-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release V4-2

on:
push:
branches: [v4-2]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: gravity-ui/release-action@v1
with:
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
node-version: 18
default-branch: v4-2
npm-dist-tag: untagged

0 comments on commit 6bcce12

Please sign in to comment.