Skip to content

Commit

Permalink
work maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 15, 2023
1 parent a95a768 commit 596306f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Project
name: Deploy Javadoc

on:
push
Expand Down Expand Up @@ -43,9 +43,7 @@ jobs:
username: admin
password: ${{ secrets.password }}
format: maven2
repository: gradle
repository: maven-releases
coordinates: groupId=net.phoenix artifactId=eventemitter version=${{ steps.version.outputs.version }}
assets: extension=jar
filename: ./build/libs/EventEmitter-1.0-all.jar


filename: ./build/libs/EventEmitter-1.0-all.jar

0 comments on commit 596306f

Please sign in to comment.