Skip to content

Commit

Permalink
fix: attempt to fix v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Feb 20, 2024
1 parent ebb73aa commit 4a9b701
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a9b701

Please sign in to comment.