Skip to content

Commit

Permalink
Merge pull request #94 from hvlads/issue-91
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
hvlads authored Sep 14, 2022
2 parents c516e0b + 67777cf commit 87ff816
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
- uses: actions/checkout@v3
- name: Install Javascript dependencies
working-directory: ./django_ckeditor_5
run: npm install
- name: Build ck-editor
working-directory: ./django_ckeditor_5
run: npm run prod
- name: Install Python dependencies
run: python -m pip install --upgrade pip build wheel twine
- name: Build dist packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
- uses: actions/checkout@v3
- name: Install packages
- name: Install Javascript dependencies
working-directory: ./django_ckeditor_5
run: npm install
- name: Build ck-editor
Expand Down

0 comments on commit 87ff816

Please sign in to comment.