Skip to content

Commit

Permalink
Fixed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 20, 2024
1 parent 78d1954 commit ecec6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: build
run: ./gradlew build
- name: Publish Minecraft Mods Forge
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3.0
with:
curseforge-id: 574123
modrinth-id: k3lrwGqk
Expand All @@ -34,6 +34,7 @@ jobs:
files-secondary: build/libs/*-@(dev|sources).jar
version-type: beta
loaders: forge
game-versions: 1.20.1
version: ${{ github.ref_name }}
name: ""
changelog: "https://github.com/Buuz135/DarkModeEverywhere/commits/1.20"

0 comments on commit ecec6a1

Please sign in to comment.