Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Jul 13, 2023
1 parent 731d3a8 commit be1b281
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Publish to GitHub
uses: AButler/[email protected]
with:
files: |
build/libs/*.jar
repo-token = ${{ secrets.GITHUB_TOKEN }}
files: build/libs/*.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to Modrinth using Minotaur
run: |
echo "${{ github.event.release.body }}" > CHANGELOG.md
Expand Down

0 comments on commit be1b281

Please sign in to comment.