Skip to content

Commit

Permalink
fix(GithubActions): remove
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Jun 13, 2023
1 parent 28ca44a commit f69bfc5
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: Post intstall
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 f69bfc5

Please sign in to comment.