Skip to content

Commit f13bbdf

Browse files
authored
chore: build and release (#17)
1 parent 97ac929 commit f13bbdf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
run: npm i -g npminstall && npminstall
2828

2929
- name: Continuous integration
30-
run: |
31-
npm run ci
30+
run: npm run ci
3231

3332
- name: Semantic Release
34-
run: |
35-
npm run semantic-release
33+
run: npm run build && npm run semantic-release
3634
env:
3735
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)