Skip to content

Commit 6596291

Browse files
committed
ci: fix ci configurations
1 parent ea25010 commit 6596291

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@ jobs:
3737
run: echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
3838

3939
- name: Restore gradle.properties
40-
env:
41-
GRADLE_PROPERTIES: ${{ secrets.GRADLE_PROPERTIES }}
42-
shell: bash
4340
run: |
4441
mkdir -p ~/.gradle/
4542
export GRADLE_USER_HOME=~/.gradle
46-
echo ${GRADLE_PROPERTIES} > ~/.gradle/gradle.properties
43+
echo ${{ secrets.GRADLE_PROPERTIES }} > ~/.gradle/gradle.properties
4744
4845
- name: Set up JDK 17
4946
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)