We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a287b6 commit 159e8d2Copy full SHA for 159e8d2
.github/workflows/maven-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
maven-version: 3.9.6
32
- name: Build with Maven
33
- run: "mvn -B package --file pom.xml -DunofficialSuffix=\\'-PR${{ PR_NUMBER }}\\'"
+ run: "mvn -B package --file pom.xml -DunofficialSuffix=\"'-PR${{ PR_NUMBER }}'\""
34
env:
35
PR_NUMBER: ${{ github.event.number }}
36
- name: Archive Build Artifacts
Jenkinsfile
0 commit comments