Skip to content

Commit 2bef767

Browse files
committed
attempt to fix versionScript
attempt to fix versionScript 1 attempt to fix versionScript 2 attempt to fix versionScript 4 attempt to fix versionScript 5 attempt to fix versionScript 5
1 parent 4b014de commit 2bef767

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/gradle-build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,15 @@ jobs:
4949
gradle.properties
5050
**/gradle/**
5151
Scripts/**
52-
53-
tag_Test:
52+
getTag:
5453
runs-on: ubuntu-latest
5554
env:
5655
RELEASE_TAG: ""
56+
LOCATION: .\gradle.properties
5757
steps:
5858
- uses: actions/checkout@v2
59-
- name: Get version
60-
run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:PROPERTIES_PATH
59+
- name: Get Version
60+
run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:LOCATION
6161
shell: pwsh
62-
env:
63-
PROPERTIES_PATH: '.\gradle.properties'
6462
- name: Test Print
6563
run: echo $RELEASE_TAG
66-
67-

0 commit comments

Comments
 (0)