We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0304 commit a180a6bCopy full SHA for a180a6b
.github/workflows/pull-request.yml
@@ -24,7 +24,8 @@ jobs:
24
cache: 'gradle'
25
26
- name: Build, run tests and upload dev snapshot to Maven Central with Gradle
27
- run: ./gradlew devSnapshot printDevSnapshotReleaseNote printSanitizedVersion >> $GITHUB_STEP_SUMMARY
+ run: |
28
+ ./gradlew devSnapshot printDevSnapshotReleaseNote && ./gradlew printSanitizedVersion >> $GITHUB_STEP_SUMMARY
29
env:
30
STORE_ID: ${{ secrets.STORE_ID }}
31
API_TOKEN: ${{ secrets.API_TOKEN }}
0 commit comments