Skip to content

Commit a971cf6

Browse files
committed
workflow updated
1 parent 315a32d commit a971cf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-flex.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
env:
3232
OSSRH_USERNAME: ${{ secrets.OSSRH_TOKEN_ID }}
3333
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
34-
run: ./gradlew :passageflex:publish
34+
run: |
35+
echo "ossrhUsername=${{ env.OSSRH_USERNAME }}" >> gradle.properties
36+
echo "ossrhPassword=${{ env.OSSRH_PASSWORD }}" >> gradle.properties
37+
./gradlew :passageflex:publish
3538
3639
- name: Wait for Staging Repository to be Created
3740
run: sleep 60

0 commit comments

Comments
 (0)