Skip to content

Commit ce26cde

Browse files
committed
Fix wrong release type
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent 9765ab5 commit ce26cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
retry-attempts: 3
121121
retry-delay: 10000
122122
- name: Publish Minecraft Mods (Stable Channel)
123-
if: ${{ inputs.publish_channel == 'stable' }}
123+
if: ${{ inputs.publish_channel == 'release' }}
124124
uses: Kir-Antipov/[email protected]
125125
with:
126126
github-tag: ${{ steps.shared_publish_info.outputs.github_tag }}
@@ -225,7 +225,7 @@ jobs:
225225
retry-attempts: 3
226226
retry-delay: 10000
227227
- name: Publish Minecraft Mods (Stable Channel)
228-
if: ${{ inputs.publish_type == 'stable' }}
228+
if: ${{ inputs.publish_type == 'release' }}
229229
uses: Kir-Antipov/[email protected]
230230
with:
231231
modrinth-id: mv1zH6ln

0 commit comments

Comments
 (0)