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 a820b2d commit a92b201Copy full SHA for a92b201
.github/workflows/daily.yml
@@ -20,7 +20,7 @@ jobs:
20
last_sha: "${{ fromJson(steps.check-last-run.outputs.data).workflow_runs[0].head_sha }}"
21
22
publish-snapshot:
23
- needs: [ "check-last-run" ]
+ needs: ["check-last-run"]
24
if: "${{ needs.check-last-run.outputs.last_sha != github.sha }}"
25
runs-on: "ubuntu-latest"
26
permissions:
@@ -36,7 +36,7 @@ jobs:
36
ORG_GRADLE_PROJECT_GitHubPackagesUsername: "${{ github.actor }}"
37
38
dependency-submission:
39
40
41
42
0 commit comments