Skip to content

Commit

Permalink
Fix auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 24, 2023
1 parent 3b2b329 commit 713d114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
- if: github.repository == 'thecatcore/Mod-Remapping-API' && github.ref_type == 'tag'
- if: github.repository == 'FabricCompatibilityLayers/Mod-Remapping-API' && github.ref_type == 'tag'
name: Publish
run: ./gradlew build modrinth
env:
Expand Down

0 comments on commit 713d114

Please sign in to comment.