Skip to content

Commit

Permalink
try to fix error in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yastrebov committed Apr 10, 2024
1 parent 7b0f05f commit 72f82fd
Show file tree
Hide file tree
Showing 3 changed files with 17,821 additions and 9,226 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
node-version: 20.x

- name: Install dependencies
run: yarn install --ignore-scripts
run: npm install --legacy-peer-deps

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
npm release
Loading

0 comments on commit 72f82fd

Please sign in to comment.