Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update caasing of publish info json
Browse files Browse the repository at this point in the history
  • Loading branch information
tunjid committed Apr 16, 2021
1 parent eac7d96 commit 95a2695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
java-version: 1.8
- name: Github Maven Publish
env:
PUBLISH_INFO_JSON: ${{ secrets.publish_info_json }}
PUBLISH_INFO_JSON: ${{ secrets.PUBLISH_INFO_JSON }}
run: bash ./gradlew incrementalPublish -PpublishInfoJson="$PUBLISH_INFO_JSON" --stacktrace

0 comments on commit 95a2695

Please sign in to comment.