Skip to content

Commit aaf0304

Browse files
Try to simplify message
1 parent 8e6411b commit aaf0304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request.yml

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

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

0 commit comments

Comments
 (0)