Skip to content

Commit a180a6b

Browse files
Revert "Try to simplify message"
This reverts commit aaf0304.
1 parent aaf0304 commit a180a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
cache: 'gradle'
2525

2626
- name: Build, run tests and upload dev snapshot to Maven Central with Gradle
27-
run: ./gradlew devSnapshot printDevSnapshotReleaseNote printSanitizedVersion >> $GITHUB_STEP_SUMMARY
27+
run: |
28+
./gradlew devSnapshot printDevSnapshotReleaseNote && ./gradlew printSanitizedVersion >> $GITHUB_STEP_SUMMARY
2829
env:
2930
STORE_ID: ${{ secrets.STORE_ID }}
3031
API_TOKEN: ${{ secrets.API_TOKEN }}

0 commit comments

Comments
 (0)