Skip to content

Commit 4b014de

Browse files
committed
fix version test
1 parent 60d792b commit 4b014de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Get version
60-
run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:ENCODED_VALUE
60+
run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:PROPERTIES_PATH
6161
shell: pwsh
6262
env:
6363
PROPERTIES_PATH: '.\gradle.properties'

0 commit comments

Comments
 (0)