Update publish.yml

This commit is contained in:
Oleksandr Balan
2022-08-22 17:43:42 +02:00
committed by GitHub
parent b98d9e9a3a
commit fc73257cfa

View File

@@ -17,7 +17,9 @@ jobs:
publish:
# The type of runner that the job will run on
runs-on: ubuntu-latest
environment: Default
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps: