Skip to content

Commit

Permalink
chore: adjust publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jan 16, 2024
1 parent 56521a1 commit b1f536a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
- name: Upload to Mod Platforms
uses: Kir-Antipov/[email protected]
uses: Kir-Antipov/[email protected].0
if: ${{ steps.get_release_type.outputs.result != 'test' }}
with:
modrinth-id: sbJh4AZw
Expand All @@ -96,7 +96,6 @@ jobs:
forge
neoforge
game-versions: |
1.20
${{ steps.get_mc_version.outputs.result }}
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand Down

0 comments on commit b1f536a

Please sign in to comment.