Skip to content

Commit 2faeacf

Browse files
committed
Fix publish again and again...
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent ce26cde commit 2faeacf

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
@@ -55,7 +55,7 @@ jobs:
5555
5656
if [ "${{ inputs.publish_type }}" == 'release' ]
5757
then
58-
github_tag="${{ github.ref }}"
58+
github_tag=""
5959
release_title="${{ github.event.release.name }}"
6060
elif [ "${{ inputs.publish_type }}" == "dev" ]
6161
then
@@ -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 == 'release' }}
123+
if: ${{ inputs.publish_type == 'release' }}
124124
uses: Kir-Antipov/[email protected]
125125
with:
126126
github-tag: ${{ steps.shared_publish_info.outputs.github_tag }}

0 commit comments

Comments
 (0)