Skip to content

Commit

Permalink
fix: add alpha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuberdysheva committed Sep 26, 2023
1 parent d49aaf1 commit 102ccb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-1.x.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release version 1.x.x.

on:
push:
branches: [yuberdysheva/alpha-released]
branches: [version-1.x.x/fixes]

jobs:
release:
Expand All @@ -14,4 +14,4 @@ jobs:
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
node-version: 18
npm-dist-tag: untagged
default-branch: yuberdysheva/alpha-released
default-branch: version-1.x.x/fixes
2 changes: 0 additions & 2 deletions .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ github.event.inputs.manualPackageVersion }}
- uses: gravity-ui/release-action@yuberdysheva/alpha-release
with:
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 102ccb4

Please sign in to comment.