Skip to content

Commit

Permalink
fix: add correct command to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Askestad authored and Askestad committed Nov 7, 2019
1 parent af95839 commit 6507b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 12

- run: npm ci
- run: npm build
- run: npm run build
- run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 6507b68

Please sign in to comment.