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 b390c11 commit ac3d460Copy full SHA for ac3d460
‎.github/workflows/release.yml
@@ -16,14 +16,6 @@ jobs:
16
name: Release
17
runs-on: ubuntu-latest
18
steps:
19
- - name: Wait on tests
20
- uses: lewagon/[email protected]
21
- with:
22
- ref: ${{ github.ref }}
23
- running-workflow-name: "Run tests"
24
- repo-token: ${{ secrets.GITHUB_TOKEN }}
25
- wait-interval: 10
26
-
27
- name: Checkout
28
uses: actions/checkout@v3
29
@@ -39,6 +31,14 @@ jobs:
39
31
- name: Build
40
32
run: yarn build
41
33
34
+ - name: Wait on tests
35
+ uses: lewagon/[email protected]
36
+ with:
37
+ ref: ${{ github.ref }}
38
+ running-workflow-name: "Release"
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ wait-interval: 10
+
42
- name: Publish
43
run: yarn release
44
env:
0 commit comments