diff --git a/.github/workflows/release-v4.yml b/.github/workflows/release-v4.yml index eabae2ca..27717e32 100644 --- a/.github/workflows/release-v4.yml +++ b/.github/workflows/release-v4.yml @@ -8,12 +8,12 @@ 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 - default-branch: v4 - npm-dist-tag: untagged - skip-github-release: true + - 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 + default-branch: v4 + npm-dist-tag: untagged + skip-github-release: true \ No newline at end of file