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 60d792b commit 4b014deCopy full SHA for 4b014de
.github/workflows/gradle-build.yml
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
- uses: actions/checkout@v2
59
- name: Get version
60
- run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:ENCODED_VALUE
+ run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:PROPERTIES_PATH
61
shell: pwsh
62
env:
63
PROPERTIES_PATH: '.\gradle.properties'
0 commit comments