Skip to content

Commit cfc418e

Browse files
add: workflow for publishing to maven central
1 parent 4e566a8 commit cfc418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: aws s3 cp s3://sirn-android-secring/secring.gpg /home/runner/work/siren-android-inbox/siren-android-inbox/siren-sdk/secring.gpg
9090

9191
- name: cat secring.gpg
92-
run: cat secring.gpg
92+
run: cat /home/runner/work/siren-android-inbox/siren-android-inbox/siren-sdk/secring.gpg
9393

9494
- name: Echo gradle.properties
9595
run: cat gradle.properties

0 commit comments

Comments
 (0)