Skip to content

Commit

Permalink
fix(commands): add missing build statement when releasing [python] (#…
Browse files Browse the repository at this point in the history
…2869) fixes #2868
  • Loading branch information
roggervalf authored Oct 26, 2024
1 parent 6c2b80f commit ff2a47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cache: 'yarn'
- name: Install dependencies Node
run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
- name: Release Node
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff2a47b

Please sign in to comment.