Skip to content

Commit

Permalink
ci: release v3 (#184) (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Mar 14, 2024
1 parent f1997f1 commit 0596bbc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-v3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release

on:
push:
branches: [v3]

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: v3

0 comments on commit 0596bbc

Please sign in to comment.