Skip to content

Commit

Permalink
chore(ghaction): gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed May 18, 2023
1 parent 9c1c4e9 commit b32bcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
run: npm install [email protected]
- name: Generate Changelog-current
run: npm run changelog-current | grep -v "^>" | sed '/^$/d' > ${{ github.workspace }}-CHANGELOG.txt
- name: Build production
- name: Ensure to have locales from lib
run: npm run postinstall
- name: Build production
run: npm run build.prod
- name: Install zip
uses: montudor/action-zip@v1
Expand Down

0 comments on commit b32bcb3

Please sign in to comment.