Skip to content

Commit

Permalink
Fix Project Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Jan 7, 2024
1 parent 137723c commit 421ed79
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Build & Release

on:
push:
Expand All @@ -9,7 +9,13 @@ jobs:
build:
if: |
!contains(github.event.head_commit.message, '[ciskip]')
uses: nanite/workflows/.github/workflows/standard-arch-release.yml@v1
uses: nanite/workflows/.github/workflows/standard-modmuss.yml@v1.1
with:
java-version: 17
changelog-file: "./CHANGELOG.md"
release-to-github: false
secrets:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
curse-token: ${{ secrets.CURSE_DEPLOY }}
curse-token: ${{ secrets.CURSE_DEPLOY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build & Release
name: Build & Snapshot

on:
push:
branches:
- "1.*"
- "*"

jobs:
build:
Expand All @@ -14,4 +14,4 @@ jobs:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
with:
use-snapshots: true
gradle-tasks: build publish
gradle-tasks: build publish
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 3.0.0
### 4.0.1

- Update to Minecraft 1.20.1
- Update to Minecraft 1.20.4
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ publishMods {
accessToken = providers.environmentVariable("CURSE_TOKEN")
projectId = "${curse_id}"
minecraftVersions.add("${minecraft_version}")
requires {
slug = "trenzalore"
}
}

curseforge("curseforgeFabric") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=4.0.0
mod_version=4.0.1
maven_group=com.unrealdinnerbone
curse_id=517002
mod_name=IBICF
Expand Down

0 comments on commit 421ed79

Please sign in to comment.