Skip to content

Commit dc0960f

Browse files
committed
Fix CICD
1 parent 810839a commit dc0960f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@ jobs:
138138
files: |
139139
./${{ env.NAME }}-${{ env.VERSION_LWJGL3 }}-cmmc.zip
140140
141-
- name: Upload Curseforge
142-
uses: HaXrBOT/upload-curseforge-modpack-action@v1.2.0
143-
with:
144-
api-token: "${{ secrets.CF_API_TOKEN }}"
145-
project-id: "565238"
146-
modpack-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
147-
modpack-server-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
148-
changelog-path: "CHANGELOG_v2.md"
149-
changelog-format: "markdown"
150-
game-version: "1.12.2"
151-
display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
152-
server-display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
153-
release-type: "${{ github.event.inputs.release_type }}"
141+
# - name: Upload Curseforge
142+
# uses: HaXrBOT/upload-curseforge-modpack-action@v1.2.0
143+
# with:
144+
# api-token: "${{ secrets.CF_API_TOKEN }}"
145+
# project-id: "565238"
146+
# modpack-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-cf.zip"
147+
# modpack-server-path: "./${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip"
148+
# changelog-path: "CHANGELOG_v2.md"
149+
# changelog-format: "markdown"
150+
# game-version: "1.12.2"
151+
# display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}"
152+
# server-display-name: "${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server"
153+
# release-type: "${{ github.event.inputs.release_type }}"

0 commit comments

Comments
 (0)