Skip to content

Commit

Permalink
ci: enable curse publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed May 7, 2021
1 parent c8af995 commit c6b22ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
publish_curse=false
version_format="\${major}.\${minor}.\${patch}-$release_type-\${increment}"
esac
echo "::warning::publish_maven=$publish_maven, publish_curse=$publish_curse, version_format=$version_format"
echo "::set-output name=release_type::$release_type"
echo "::set-output name=publish_maven::$publish_maven"
echo "::set-output name=publish_curse::$publish_curse"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Curse publish
if: ${{ steps.release_type.outputs.publish_curse == 'true' }}
run: echo "TODO ./gradlew curseforge" #./gradlew curseforge
run: ./gradlew curseforge
env:
AUTO_GENERATED_VERSION: ${{ steps.versioning.outputs.version }}
CURSE_RELEASE_TYPE: ${{ steps.release_type.outputs.release_type }}
Expand Down

0 comments on commit c6b22ae

Please sign in to comment.