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 f67d95d commit 532f15eCopy full SHA for 532f15e
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
name: Maven Local
71
path: ~/.m2/repository/top/hendrixshen/
72
summary:
73
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
74
needs:
75
- build
76
steps:
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
78
Latest commit log:
79
80
- $(printf '%q' ${{ github.event.head_commit.message }})"
+ $(printf '%q' '${{ github.event.head_commit.message }}')"
81
else
82
echo Unknown publish type ${{ inputs.publish_type }}
83
exit 1
@@ -121,7 +121,7 @@ jobs:
121
retry-attempts: 3
122
retry-delay: 10000
123
release:
124
125
strategy:
126
matrix: ${{ fromJSON(needs.generate_matrix.outputs.matrix) }}
127
0 commit comments