Skip to content

Commit

Permalink
ci: Remove Forge from the publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed May 26, 2024
1 parent 525bd95 commit 4e87e24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,6 @@ jobs:
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (Forge)
uses: Kir-Antipov/mc-publish@v3.3
with:
# CurseForge
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
uses: Kir-Antipov/mc-publish@v3.3
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,6 @@ jobs:
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (Forge)
uses: Kir-Antipov/mc-publish@v3.3
with:
# Modrinth
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
uses: Kir-Antipov/mc-publish@v3.3
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,6 @@ jobs:
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (Forge)
uses: Kir-Antipov/mc-publish@v3.3
with:
# Modrinth
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

# CurseForge
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
github-tag: ${{ env.release_tag_name }}
files: |
forge/build/libs/!(*-@(sources|dev-shadow|javadoc|transformProduction*).jar)
forge/build/libs/*-@(sources|javadoc).jar
version-type: release
modrinth-featured: false
changelog-file: CHANGELOG_LATEST.md

# https://github.com/marketplace/actions/mc-publish
- name: Publish mod (NeoForge)
uses: Kir-Antipov/mc-publish@v3.3
Expand Down

0 comments on commit 4e87e24

Please sign in to comment.