Skip to content

Commit b6be7e8

Browse files
authored
Update auto-dispatch.yaml
1 parent 035f427 commit b6be7e8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/auto-dispatch.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,8 @@ on:
55
- master
66

77
jobs:
8-
Build:
8+
release-dispatch:
99
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout this repo
12-
uses: actions/checkout@v2
13-
- name: Build npm
14-
run: |
15-
export NODE_OPTIONS=--openssl-legacy-provider
16-
yarn
17-
yarn run build
18-
RepoAjobs:
19-
runs-on: ubuntu-latest
20-
needs: Build
2110
steps:
2211
- name: send dispatch
2312
uses: peter-evans/repository-dispatch@v1

0 commit comments

Comments
 (0)