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.
2 parents fd55ec2 + 5b34df1 commit 60428d5Copy full SHA for 60428d5
.github/workflows/push.yml
@@ -42,7 +42,7 @@ jobs:
42
build_cmd:
43
- ./build-latest.sh
44
- PRERELEASE=true ./build-latest.sh
45
- - ./build-next.sh
+ - ./build.sh feature
46
- ./build.sh develop
47
docker_from:
48
- '' # use the default of the build script
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
fail-fast: false
20
runs-on: ubuntu-latest
build-next.sh
0 commit comments