Skip to content

Commit 256fd51

Browse files
authored
Merge pull request #2032 from hyperledger/fix/snapshot-file
Fix snapshot publish yaml
2 parents a0e5016 + e347119 commit 256fd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
restore-keys: ${{ runner.os }}-gradle
3131
- name: Grant execute permission for gradlew
3232
run: chmod +x gradlew
33-
- name: Publish snapshot
33+
- name: Publish snapshot
3434
run: ./gradlew publish
3535

0 commit comments

Comments
 (0)