File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ workflow(
6767 id = " publish-snapshot" ,
6868 name = " Publish snapshot" ,
6969 runsOn = UbuntuLatest ,
70- condition = expr { " ${github.ref} == 'refs/heads/main'" },
7170 env = mapOf (
7271 " ORG_GRADLE_PROJECT_sonatypeUsername" to expr(" secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME" ),
7372 " ORG_GRADLE_PROJECT_sonatypePassword" to expr(" secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD" ),
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ jobs:
103103 env :
104104 ORG_GRADLE_PROJECT_sonatypeUsername : ' ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME }}'
105105 ORG_GRADLE_PROJECT_sonatypePassword : ' ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}'
106- if : ' ${{ github.ref == '' refs/heads/main'' }}'
107106 steps :
108107 - id : ' step-0'
109108 uses : ' actions/checkout@v5'
You can’t perform that action at this time.
0 commit comments