Skip to content

Commit 65a3818

Browse files
authored
ci: fix semantic-release
1 parent ffa34a1 commit 65a3818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
if: matrix.gradle == '7.0'
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
55+
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
5456
- name: Run SonarQube Scanner
5557
run: |
5658
if [ "$SONAR_LOGIN" != "" ]; then
@@ -60,8 +62,6 @@ jobs:
6062
env:
6163
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6264
SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}
63-
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
64-
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
6565
- uses: actions/upload-artifact@v3
6666
if: always()
6767
with:

0 commit comments

Comments
 (0)