Skip to content

Commit

Permalink
Name step
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrezn committed Apr 23, 2024
1 parent 8697336 commit f18e74f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
shell: bash
- run: |
- name: Generate distribution
run: |
source .venv/bin/activate
npm i
npm run dist
Expand Down

0 comments on commit f18e74f

Please sign in to comment.