We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035f427 commit b6be7e8Copy full SHA for b6be7e8
.github/workflows/auto-dispatch.yaml
@@ -5,19 +5,8 @@ on:
5
- master
6
7
jobs:
8
- Build:
+ release-dispatch:
9
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
21
steps:
22
- name: send dispatch
23
uses: peter-evans/repository-dispatch@v1
0 commit comments