File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 last_sha : " ${{ fromJson(steps.check-last-run.outputs.data).workflow_runs[0].head_sha }}"
2121
2222 publish-snapshot :
23- needs : ["check-last-run"]
23+ needs : [ "check-last-run" ]
2424 if : " ${{ needs.check-last-run.outputs.last_sha != github.sha }}"
2525 runs-on : " ubuntu-latest"
2626 permissions :
@@ -32,11 +32,11 @@ jobs:
3232 - uses : " ./.github/actions/setup"
3333 - run : " ./gradlew publishAllPublicationsToGitHubPackagesRepository"
3434 env :
35- ORG_GRADLE_PROJECT_githubToken : " ${{ secrets.GITHUB_TOKEN }}"
36- ORG_GRADLE_PROJECT_githubUser : " ${{ github.actor }}"
35+ ORG_GRADLE_PROJECT_GitHubPackagesPassword : " ${{ secrets.GITHUB_TOKEN }}"
36+ ORG_GRADLE_PROJECT_GitHubPackagesUsername : " ${{ github.actor }}"
3737
3838 dependency-submission :
39- needs : ["check-last-run"]
39+ needs : [ "check-last-run" ]
4040 if : " ${{ needs.check-last-run.outputs.last_sha != github.sha }}"
4141 runs-on : " ubuntu-latest"
4242 permissions :
You can’t perform that action at this time.
0 commit comments