Skip to content

Commit 4546c0b

Browse files
committed
Fix CICD
1 parent a88d0d7 commit 4546c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
tag_name: "v${{ github.event.inputs.version }}-${{ github.event.inputs.release_type }}"
159159
name: "v${{ github.event.inputs.version }}-${{ github.event.inputs.release_type }}"
160160
body: |
161-
## GregTech Expert 2 - {{ github.event.inputs.version }}
161+
## GregTech Expert 2 - ${{ github.event.inputs.version }}
162162
163163
This preview includes:
164164
- **Java 8** (CurseForge / MultiMC / PrismLauncher / Server)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
{
723723
"projectID": 1198138,
724724
"fileID": 7290688,
725-
"required": false
725+
"required": true
726726
}
727727
],
728728
"overrides": "overrides"

0 commit comments

Comments
 (0)