Skip to content

Commit

Permalink
Trying to fix Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 2, 2020
1 parent d28afcc commit a37feba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/setup-node@v1
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
- npm ci
- npm run build
- npm test
npm ci
npm run build
npm test
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit a37feba

Please sign in to comment.