Skip to content

Commit

Permalink
🚧 Remove temp dump dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed May 9, 2024
1 parent 39ade70 commit 75d16c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
echo "KEYSTORE_PASS=${{ secrets.MRCRAYFISH_JKS_PASSPHRASE }}" >> $GITHUB_ENV
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Dump Dependencies
env:
GPR_USER: "MrCrayfish"
GPR_KEY: ${{ secrets.GPR_TOKEN }}
TARGET_LOADER: "forge"
run: ./gradlew :forge:dependencies
- name: Run Data Gen
env:
GPR_USER: "MrCrayfish"
Expand Down

0 comments on commit 75d16c7

Please sign in to comment.