Skip to content

Commit

Permalink
chore: add release-3.x.x.yml (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd authored Aug 10, 2023
1 parent 9df76dc commit 99cb64c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-3.x.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release version 3.x.x.

on:
push:
branches: [version-3.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-3.x.x

0 comments on commit 99cb64c

Please sign in to comment.