Skip to content

Commit

Permalink
Fix CI breakage (hopefully)
Browse files Browse the repository at this point in the history
I don't know where v3.3 disappeared, it worked a few days ago
v3.3.0 should be good, tho GitHub says it got released at 2023.05.30. Maybe it was overwritten
  • Loading branch information
opekope2 committed Jan 15, 2024
1 parent 7fbbea8 commit 98a88c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
JAVA_VERSION=$(grep java_version gradle.properties | sed "s|java_version=||g")
echo "JAVA_VERSION=$JAVA_VERSION" >> $GITHUB_OUTPUT
- name: Publish to GitHub, Modrinth, and CurseForge
uses: Kir-Antipov/[email protected]
uses: Kir-Antipov/[email protected].0
with:
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 98a88c9

Please sign in to comment.