Skip to content

Commit 5282d79

Browse files
committed
fix(ci): sync build workflow's YAML
1 parent bd6d5c8 commit 5282d79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
name: 'Publish '':action-binding-generator'' to Sonatype'
102102
run: './gradlew :action-binding-generator:publishToSonatype --no-configuration-cache'
103103
if: '${{ steps.step-3.outputs.is-snapshot == ''true'' }}'
104+
- id: 'step-7'
105+
name: 'Publish '':action-updates-checker'' to Sonatype'
106+
run: './gradlew :action-updates-checker:publishToSonatype --no-configuration-cache'
107+
if: '${{ steps.step-3.outputs.is-snapshot == ''true'' }}'
104108
build_docs:
105109
name: 'Build docs'
106110
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)