Skip to content

Commit

Permalink
chore: fix unneded create .gradle dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3lraouf committed Jul 16, 2022
1 parent ddd4095 commit 423be8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Run Semantic Release
run: |
mkdir ~/.gradle
echo "gpr.user=abd3lraouf" >> ~/.gradle/gradle.properties
echo "gpr.key=${{ secrets.GITHUB_TOKEN }}" >> ~/.gradle/gradle.properties
rm -rf build/libs/*.jar
Expand Down

0 comments on commit 423be8a

Please sign in to comment.