final
This commit is contained in:
parent
2d11eb7aee
commit
9c44e6298d
3 changed files with 3 additions and 15 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -207,17 +207,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Debug
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Debugging..."
|
||||
echo "Project Version: ${{ needs.info.outputs.project_version }}"
|
||||
echo "Project Name: ${{ needs.info.outputs.project_name }}"
|
||||
echo "Project Full Name: ${{ needs.info.outputs.project_full_name }}"
|
||||
echo "Exists: ${{ needs.info.outputs.exists }}"
|
||||
echo "Release Exists: ${{ needs.info.outputs.make_release }}"
|
||||
echo "Dev Environment: ${{ env.DEV_ENVIRONMENT }}"
|
||||
|
||||
- name: 🔄 Replace strings
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -431,7 +420,7 @@ jobs:
|
|||
name: 🚀 Release to CurseForge
|
||||
needs: [info, build-modpack, build-server, release-github]
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
if: ${{ needs.info.outputs.make_release == 'true' }}
|
||||
outputs:
|
||||
id: ${{ steps.release.outputs.id }}
|
||||
|
||||
|
|
@ -529,7 +518,6 @@ jobs:
|
|||
name: 📱 Discord Message
|
||||
needs: [info, release-curseforge, release-github]
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
steps:
|
||||
- name: ✂️ Truncate Changelog
|
||||
id: truncated
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [0.9.2]
|
||||
## [Unreleased]
|
||||
### Changes
|
||||
|
||||
## [0.9.1] - 18.04.2025
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TerraFirmaGreg-Modern",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.1",
|
||||
"description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.",
|
||||
"author": "Exception, Xikaro",
|
||||
"overrides": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue