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 bd6d5c8 commit 5282d79Copy full SHA for 5282d79
.github/workflows/build.yaml
@@ -101,6 +101,10 @@ jobs:
101
name: 'Publish '':action-binding-generator'' to Sonatype'
102
run: './gradlew :action-binding-generator:publishToSonatype --no-configuration-cache'
103
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'' }}'
108
build_docs:
109
name: 'Build docs'
110
runs-on: 'ubuntu-latest'
0 commit comments