Skip to content

Commit

Permalink
Fix publish again and again...
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jan 6, 2025
1 parent ce26cde commit 2faeacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if [ "${{ inputs.publish_type }}" == 'release' ]
then
github_tag="${{ github.ref }}"
github_tag=""
release_title="${{ github.event.release.name }}"
elif [ "${{ inputs.publish_type }}" == "dev" ]
then
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
retry-attempts: 3
retry-delay: 10000
- name: Publish Minecraft Mods (Stable Channel)
if: ${{ inputs.publish_channel == 'release' }}
if: ${{ inputs.publish_type == 'release' }}
uses: Kir-Antipov/[email protected]
with:
github-tag: ${{ steps.shared_publish_info.outputs.github_tag }}
Expand Down

0 comments on commit 2faeacf

Please sign in to comment.