We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9765ab5 commit ce26cdeCopy full SHA for ce26cde
.github/workflows/publish.yml
@@ -120,7 +120,7 @@ jobs:
120
retry-attempts: 3
121
retry-delay: 10000
122
- name: Publish Minecraft Mods (Stable Channel)
123
- if: ${{ inputs.publish_channel == 'stable' }}
+ if: ${{ inputs.publish_channel == 'release' }}
124
uses: Kir-Antipov/[email protected]
125
with:
126
github-tag: ${{ steps.shared_publish_info.outputs.github_tag }}
@@ -225,7 +225,7 @@ jobs:
225
226
227
228
- if: ${{ inputs.publish_type == 'stable' }}
+ if: ${{ inputs.publish_type == 'release' }}
229
230
231
modrinth-id: mv1zH6ln
0 commit comments