Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Aug 28, 2022
2 parents 4d4d1db + 011ec73 commit fe5ba4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
asset_paths: '["./build/libs/*.jar"]'

- name: Publish to Github Packages
run: gradle -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
run: ./gradlew -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_KEY: ${{ secrets.GPR_KEY }}
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,5 @@ modrinth {
versionType = System.getenv('MODRINTH_RELEASE_TYPE') ?: "alpha"
uploadFile = jar
gameVersions = [config.minecraft.version]
loaders = ["forge"]
}

0 comments on commit fe5ba4e

Please sign in to comment.