Skip to content

Commit

Permalink
build: comment out modmaven publishing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Nov 7, 2024
1 parent f11a000 commit 07618d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
id: mod_meta
run: |
echo mc_version=$(grep ^minecraft_version= ./gradle.properties | cut -d= -f2) >> $GITHUB_OUTPUT
- name: Build JAR and Publish to Modmaven
run: ./gradlew build publishMavenPublicationToModmavenRepository --no-daemon
env:
MODMAVEN_USER: ${{ secrets.MODMAVEN_USER }}
MODMAVEN_PASSWORD: ${{ secrets.MODMAVEN_PASSWORD }}
# - name: Build JAR and Publish to Modmaven
# run: ./gradlew build publishMavenPublicationToModmavenRepository --no-daemon
# env:
# MODMAVEN_USER: ${{ secrets.MODMAVEN_USER }}
# MODMAVEN_PASSWORD: ${{ secrets.MODMAVEN_PASSWORD }}
- name: Discord notification
uses: Ilshidur/action-discord@master
env:
Expand Down

0 comments on commit 07618d3

Please sign in to comment.