File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [main]
8
8
9
9
jobs :
10
- ci-build :
10
+ CiBuild :
11
11
name : CI Build
12
12
uses : connorjs/github-workflows/.github/workflows/npm-ci-build~v1.yaml@features/npm-ci-build
13
13
14
- pipeline-tests :
14
+ PipelineTests :
15
15
name : Test (${{ matrix.node }} | ${{ matrix.platform.os }})
16
16
if : false
17
17
defaults :
@@ -92,15 +92,15 @@ jobs:
92
92
run : |
93
93
scripts/test.sh foo custom-config-path.config.mjs '-c .config/custom-config-path.config.mjs'
94
94
95
- publish :
95
+ Publish :
96
96
name : Publish
97
97
if : ${{ github.ref == 'refs/heads/main' }}
98
98
needs :
99
- - ci-build # For version variable
100
- - pipeline-tests # Requires passing tests
99
+ - CiBuild # For version variable
100
+ - PipelineTests # Requires passing tests
101
101
runs-on : ubuntu-latest
102
102
env :
103
- semVer : ${{needs.ci-build .outputs.semVer}}
103
+ semVer : ${{needs.CiBuild .outputs.semVer}}
104
104
permissions :
105
105
contents : write
106
106
id-token : write
You can’t perform that action at this time.
0 commit comments