Skip to content

Commit ac3d460

Browse files
committed
chore: 🤖 adjust workflow
1 parent b390c11 commit ac3d460

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎.github/workflows/release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ jobs:
1616
name: Release
1717
runs-on: ubuntu-latest
1818
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-
2719
- name: Checkout
2820
uses: actions/checkout@v3
2921

@@ -39,6 +31,14 @@ jobs:
3931
- name: Build
4032
run: yarn build
4133

34+
- name: Wait on tests
35+
uses: lewagon/[email protected]
36+
with:
37+
ref: ${{ github.ref }}
38+
running-workflow-name: "Release"
39+
repo-token: ${{ secrets.GITHUB_TOKEN }}
40+
wait-interval: 10
41+
4242
- name: Publish
4343
run: yarn release
4444
env:

0 commit comments

Comments
 (0)