Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a2aab commit 3b7b944Copy full SHA for 3b7b944
1 file changed
.github/workflows/build.yml
@@ -135,6 +135,9 @@ jobs:
135
env:
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
137
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
138
+ with:
139
+ args: >
140
+ -Dsonar.buildString=${{ format( '{0}.{1}', env.UTPLSQL_BUILD_VERSION, matrix.id ) }}
141
142
publish:
143
name: Deploy documentation
0 commit comments