You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,6 @@ on:
4
4
push
5
5
6
6
jobs:
7
-
commit:
8
-
name: Test commits
9
-
runs-on: ubuntu-18.04
10
-
if: ${{ github.ref != 'refs/heads/main' }}
11
-
steps:
12
-
- name: Checkout
13
-
uses: actions/checkout@v2
14
-
15
-
- name: Install semantic-release
16
-
run: npm install --save-dev semantic-release
17
-
18
-
- name: Replace logs
19
-
run: sed -i "s/logger.log('There are no relevant changes, so no new version is released.');/throw new AggregateError(['There are no relevant changes...']);/" node_modules/semantic-release/index.js
0 commit comments