Skip to content

Commit

Permalink
Version Increment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Sep 22, 2023
1 parent 2c96813 commit a35e121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload artifacts
uses: "actions/[email protected]"
with:
name: "IridiumColorApi"
name: "IridiumColorAPI"
path: "build/libs/IridiumColorAPI-*.jar"
upload:
needs: build
Expand All @@ -40,7 +40,7 @@ jobs:
file: "build.gradle.kts"
- uses: actions/[email protected]
with:
name: "IridiumColorApi"
name: "IridiumColorAPI"
path: "./"
- name: Publish to Nexus
uses: sonatype-nexus-community/nexus-repo-github-action@master
Expand All @@ -50,6 +50,6 @@ jobs:
password: "${{ secrets.NEXUS_PASSWORD }}"
format: "maven2"
repository: "maven-releases"
coordinates: "groupId=com.iridium artifactId=IridiumColorApi version=${{steps.version.outputs.version}} generate-pom=on"
coordinates: "groupId=com.iridium artifactId=IridiumColorAPI version=${{steps.version.outputs.version}} generate-pom=on"
assets: "extension=jar"
filename: "IridiumColorAPI-*.jar"

0 comments on commit a35e121

Please sign in to comment.