Skip to content

Commit

Permalink
fix: add release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG committed Mar 18, 2024
1 parent 63baf09 commit 22641b2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-5.x.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release version 5.x.x.

on:
push:
branches: [version-5.x.x]

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
npm-dist-tag: untagged
default-branch: version-5.x.x

0 comments on commit 22641b2

Please sign in to comment.