Skip to content

Commit b3bbe56

Browse files
committed
chore: update build
1 parent d2ed6ef commit b3bbe56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
5151
- name: Release
5252
run: |
53-
npx semantic-release --no-ci --debug
53+
semantic-release --no-ci --debug

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
4646
- name: Release
4747
run: |
48-
npx semantic-release --no-ci --debug
48+
semantic-release --no-ci --debug

0 commit comments

Comments
 (0)