Skip to content

Commit

Permalink
chore(ghaction): fix missing locale
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed May 18, 2023
1 parent 5a190cd commit 17ce5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Generate Changelog-current
run: npm run changelog-current | grep -v "^>" | sed '/^$/d' > ${{ github.workspace }}-CHANGELOG.txt
- name: Build production
run: npm run postinstall
run: npm run build.prod
- name: Install zip
uses: montudor/action-zip@v1
Expand Down

0 comments on commit 17ce5cb

Please sign in to comment.