We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be6b34 commit 7d19831Copy full SHA for 7d19831
.github/workflows/release-alpha.yml
@@ -8,11 +8,11 @@ jobs:
8
release:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: gravity-ui/release-action@1b36bbcb33881f0c9b9fbc6d5afb262a123871f5
+ - uses: gravity-ui/release-action@yuberdysheva/extend-actions
12
with:
13
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
14
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
15
node-version: 14
16
- npm-dist-tag: --tag alpha
+ npm-dist-tag: alpha
17
prerelease: true
18
default-branch: alpha/test
0 commit comments