Skip to content

Commit

Permalink
🚀 Deploy 0.8.4 to GH Packages?
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Dec 15, 2024
1 parent a626da1 commit 3033e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
run: ./gradlew publish -Pci=true -Pbranch=${{ steps.extract_branch.outputs.branch }} -Psnapshot=true
run: ./gradlew :common:publish :fabric:publish :forge:publish -Pci=true -Pbranch=${{ steps.extract_branch.outputs.branch }} -Psnapshot=true
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3033e32

Please sign in to comment.