Skip to content

Commit

Permalink
ci: add release-v1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem committed Aug 1, 2023
1 parent f11ba3f commit 2cd809f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release

on:
push:
branches: [v1]

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

0 comments on commit 2cd809f

Please sign in to comment.