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 9d1d69a commit 60d792bCopy full SHA for 60d792b
.github/workflows/gradle-build.yml
@@ -50,5 +50,18 @@ jobs:
50
**/gradle/**
51
Scripts/**
52
53
+ tag_Test:
54
+ runs-on: ubuntu-latest
55
+ env:
56
+ RELEASE_TAG: ""
57
+ steps:
58
+ - uses: actions/checkout@v2
59
+ - name: Get version
60
+ run: .\scripts\getLatestVersion.ps1 -propertiesPath $env:ENCODED_VALUE
61
+ shell: pwsh
62
63
+ PROPERTIES_PATH: '.\gradle.properties'
64
+ - name: Test Print
65
+ run: echo $RELEASE_TAG
66
67
0 commit comments