Skip to content

Commit

Permalink
ci: fix curse uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed May 31, 2023
1 parent 1f56383 commit 32f4345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "release_channel=$release_channel" >> $GITHUB_OUTPUT
echo "release_type=$release_type" >> $GITHUB_OUTPUT
echo "publish_maven=$publish_maven" >> $GITHUB_OUTPUT
echo "publish_curse=$publish_curse"
echo "publish_curse=$publish_curse" >> $GITHUB_OUTPUT
echo "publish_gh_release=$publish_gh_release" >> $GITHUB_OUTPUT
echo "version_format=$version_format" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 32f4345

Please sign in to comment.