We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24d92a commit c74f64eCopy full SHA for c74f64e
1 file changed
.github/workflows/build-and-deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: DanySK/action-checkout@0.2.22
16
- - uses: DanySK/build-check-deploy-gradle-action@3.7.2
+ - uses: DanySK/build-check-deploy-gradle-action@3.7.3
17
with:
18
deploy-command: >-
19
./gradlew uploadAll closeStaging dropStagingRepositoryOnMavenCentral --parallel
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/setup-node@v4.1.0
46
47
node-version-file: package.json
48
49
50
retries-on-failure: '1'
51
build-command: true
0 commit comments