Skip to content

Commit

Permalink
fix: flow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Apr 16, 2024
1 parent 175fe44 commit a8216d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
PROPERTIES_FILE: gradle.properties
SIGNING_SECRET_KEY_RING_FILE: com.rees46.key.gpg
SIGNING_SECRET_KEY_RING_FILE_LOCATION: ./personalizatio-sdk
secrets:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand All @@ -23,4 +24,3 @@ jobs:
SONATYPE_REES46: ${{ secrets.SONATYPE_REES46 }}
SONATYPE_PERSONACLICK: ${{ secrets.SONATYPE_PERSONACLICK }}
SIGNING_KEY_FILE_AS_BASE64_STRING: ${{ secrets.SIGNING_KEY_FILE_AS_BASE64_STRING }}
SIGNING_SECRET_KEY_RING_FILE_LOCATION: ./personalizatio-sdk

0 comments on commit a8216d6

Please sign in to comment.