diff options
author | PandaNinjas <admin@malwarefight.gq> | 2023-03-05 04:05:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 04:05:18 +0000 |
commit | 030596e50fa2b64dbc340853f0a658c515ec9c1b (patch) | |
tree | c77869c04485bb7882d7d0d4f87b921eabd4ad4e /.github | |
parent | 35e8237c2cad788f0a0c4c8a2160d779c56b8a44 (diff) | |
download | NoSession-030596e50fa2b64dbc340853f0a658c515ec9c1b.tar.gz NoSession-030596e50fa2b64dbc340853f0a658c515ec9c1b.tar.bz2 NoSession-030596e50fa2b64dbc340853f0a658c515ec9c1b.zip |
Update gradle.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f9c8598..f9e7ba2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -30,7 +30,7 @@ jobs: distribution: 'corretto' - name: Add the release signing secret key if: github.ref_name == 'main' - run: echo $GPG_SIGNING_KEY + run: echo $GPG_SIGNING_KEY | gpg --import env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} - name: Build with Gradle |