We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8823d28 commit 4601344Copy full SHA for 4601344
.github/workflows/build.yml
@@ -75,3 +75,6 @@ jobs:
75
- name: Publish New Snapshot Package
76
# if: github.ref == 'refs/heads/master'
77
run: ./gradlew publish
78
+ env:
79
+ GH_PUBLISH_USERNAME: ${{ secrets.GH_PUBLISH_USERNAME }}
80
+ GH_PUBLISH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
0 commit comments