Skip to content

Commit

Permalink
Fix Hissboom on releases CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jun 14, 2024
1 parent 92d9884 commit ec88bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
run: echo "maven_upload_url=${{ secrets.MAVEN_UPLOAD_URL }}" >> $GITHUB_OUTPUT
- name: Build with Gradle
run: ./gradlew assemble --rerun-tasks
- name: Detonate JARs
run: python ./ci/hissboom.py "./build/libs/*.jar"
- name: Maven Release
if: steps.extract_maven_upload_url.outputs.maven_upload_url
env:
MAVEN_UPLOAD_URL: ${{ secrets.MAVEN_UPLOAD_URL }}
MAVEN_UPLOAD_USERNAME: ${{ secrets.MAVEN_UPLOAD_USERNAME }}
MAVEN_UPLOAD_PASSWORD: ${{ secrets.MAVEN_UPLOAD_PASSWORD }}
run: ./gradlew publish
- name: Detonate JARs
run: python ./ci/hissboom.py "./build/libs/*.jar"
- name: Publish (GitHub Releases)
id: publish_github
uses: Kir-Antipov/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # (new) v3.3.0
Expand Down

0 comments on commit ec88bdb

Please sign in to comment.