Skip to content

Commit bf0f69b

Browse files
Fix file name
1 parent 1f90a47 commit bf0f69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build, run tests and upload dev snapshot to Maven Central with Gradle
2727
run: |
2828
./gradlew devSnapshot printDevSnapshotReleaseNote printSanitizedVersion
29-
cat sanitized-version.md >> $GITHUB_STEP_SUMMARY
29+
cat sanitized_version.md >> $GITHUB_STEP_SUMMARY
3030
env:
3131
STORE_ID: ${{ secrets.STORE_ID }}
3232
API_TOKEN: ${{ secrets.API_TOKEN }}

0 commit comments

Comments
 (0)