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 127f376 commit f81e496Copy full SHA for f81e496
1 file changed
.github/workflows/publish.yml
@@ -152,8 +152,8 @@ jobs:
152
git push origin "refs/tags/$v"
153
fi
154
155
- # (5) Always print the changelog so it's available for a manual upload if a store
156
- # failed. Mirrors ModGradle's line format and my [meta] filter.
+ # Always print the changelog so it's available for a manual upload if a store
+ # failed. Mirrors ModGradle's line format and my [meta] filter.
157
- name: Print changelog
158
if: always() && needs.check.outputs.prev_commit != ''
159
run: |
0 commit comments