Skip to content

Commit db92235

Browse files
committed
fixed workflow
1 parent 0a3930f commit db92235

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/deploy-pre-release.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
build-and-publish:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v3
13+
call-build:
14+
uses: ./.github/workflows/build.yml
15+
with:
16+
BUILD_FLAGS: '--pre-release'
1817

19-
- name: build
20-
uses: ./.github/workflows/build.yml
21-
with:
22-
BUILD_FLAGS: '--pre-release'
18+
upload:
19+
needs: call-build
20+
runs-on: ubuntu-latest
21+
steps:
2322

2423
- name: download-artifacts
2524
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)