Skip to content

Commit

Permalink
Merge pull request #2 from Mikescops/bugfix/problem-with-create-release
Browse files Browse the repository at this point in the history
Bugfix issue with create release
  • Loading branch information
Mikescops authored Jan 28, 2023
2 parents e4589e5 + b317bbe commit a323845
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 a323845

Please sign in to comment.