Skip to content

Commit

Permalink
Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 27, 2023
1 parent b8b3e6d commit 76b2a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY }}
- name: Install yarn
run: corepack enable && corepack prepare yarn@4.0.0 --activate
- name: Install node dependencies
run: yarn --cwd cassandra-distributed-task-queue-ui install --frozen-lockfile
run: corepack yarn --cwd cassandra-distributed-task-queue-ui --immutable
- name: Restore dotnet tools
run: dotnet tool restore
- name: Build dotnet
Expand Down

0 comments on commit 76b2a62

Please sign in to comment.