Skip to content

Commit

Permalink
Update metrics-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzalivE committed Oct 5, 2023
1 parent 38be05f commit 82d80b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/metrics-publish.yml
Expand Up @@ -30,11 +30,16 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build keystore file
run: |
echo '${{ secrets.RELEASE_KEYSTORE }}' | base64 -di > besttvlauncher.keystore
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
env:
RELEASE_SIGNING_PROPERTIES: ${{ secrets.RELEASE_SIGNING_PROPERTIES }}
READ_PACKAGES_USER: ${{ secrets.READ_PACKAGES_USER }}
READ_PACKAGES_TOKEN: ${{ secrets.READ_PACKAGES_TOKEN }}

Expand Down

0 comments on commit 82d80b6

Please sign in to comment.