Skip to content

Commit

Permalink
Bugfix issue with create release
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors committed Jan 28, 2023
1 parent e4589e5 commit b317bbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Build project
run: |
npm ci
npm run build:prod
npm run zip
npm run build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit b317bbe

Please sign in to comment.