Skip to content

Commit

Permalink
CI: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Uceda committed Aug 21, 2022
1 parent 2aea020 commit cf83229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# linter --------
- name: lint
run: npm run eslint
#transpilation --------
- name: compile
run: npm run compile
# #transpilation --------
# - name: compile
# run: npm run compile
#release --------
- name: release
run: npm run release
run: npx semantic-release

0 comments on commit cf83229

Please sign in to comment.