Skip to content

Commit 7d19831

Browse files
committed
fix: npm dist alpha
Release as 2.2.2-alpha.3
1 parent 9be6b34 commit 7d19831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: gravity-ui/release-action@1b36bbcb33881f0c9b9fbc6d5afb262a123871f5
11+
- uses: gravity-ui/release-action@yuberdysheva/extend-actions
1212
with:
1313
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1414
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
1515
node-version: 14
16-
npm-dist-tag: --tag alpha
16+
npm-dist-tag: alpha
1717
prerelease: true
1818
default-branch: alpha/test

0 commit comments

Comments
 (0)