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 c909891 commit 9b2687cCopy full SHA for 9b2687c
.github/workflows/ci.yml
@@ -66,5 +66,5 @@ jobs:
66
password: ${{ secrets.GITHUB_TOKEN }}
67
68
69
- - name: publish containers
+ - name: Publish Containers
70
run: ./build.sh publishcontainers
.github/workflows/pr.yml
@@ -31,12 +31,12 @@ jobs:
31
id: bootstrap
32
uses: ./.github/actions/bootstrap
33
34
- - name: build
+ - name: Build
35
run: ./build.sh
36
37
- - name: test
+ - name: Test
38
run: ./build.sh test
39
40
- - name: publish AOT
+ - name: Publish AOT
41
run: ./build.sh publishbinaries
42
0 commit comments