Skip to content

Commit

Permalink
dev: Do not clean DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Nov 12, 2021
1 parent a398e83 commit f7a8c56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ jobs:
- name: Install JS dependencies
run: tools/bin/mage js:deps
timeout-minutes: 5
- name: Build DLLs
run: tools/bin/mage js:buildDll
- name: Build frontend
run: tools/bin/mage js:clean js:build
run: tools/bin/mage js:clean js:buildDll js:build
- name: File versioning
run: tools/bin/mage version:files
- name: Check for diff
Expand Down

0 comments on commit f7a8c56

Please sign in to comment.