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 0a3930f commit db92235Copy full SHA for db92235
.github/workflows/deploy-pre-release.yml
@@ -10,16 +10,15 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
- build-and-publish:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - name: Checkout
17
- uses: actions/checkout@v3
+ call-build:
+ uses: ./.github/workflows/build.yml
+ with:
+ BUILD_FLAGS: '--pre-release'
18
19
- - name: build
20
- uses: ./.github/workflows/build.yml
21
- with:
22
- BUILD_FLAGS: '--pre-release'
+ upload:
+ needs: call-build
+ runs-on: ubuntu-latest
+ steps:
23
24
- name: download-artifacts
25
uses: actions/download-artifact@v4
0 commit comments