Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 370b97f

Browse files
committed
ci: use shortened version of command
1 parent fc28191 commit 370b97f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ jobs:
3232
- run: npm test
3333
- name: Semantic release
3434
continue-on-error: true
35-
run: |
36-
npm i --no-save semantic-release
37-
npx semantic-release
35+
run: npx semantic-release

0 commit comments

Comments
 (0)