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 9aa45b4 commit 1ad320b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
steps:
- name: checkout source
uses: actions/checkout@v3
- name: Get next version
uses: reecetech/[email protected]
id: version
- name: Generate versions
uses: HardNorth/[email protected]
with:
scheme: semver
increment: major
version-source: file
version-file: ${{ env.VERSION_FILE }}
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand All @@ -36,7 +35,7 @@ jobs:
with:
gradle-version: release-candidate
arguments: shadowJar
- run: echo ${{ steps.version.outputs.version }}
- run: echo env.NEXT_VERSION
- name: Nexus Repo Publish
uses: sonatype-nexus-community/nexus-repo-github-action@master
with:
Expand All @@ -45,6 +44,6 @@ jobs:
password: ${{ secrets.password }}
format: maven2
repository: maven-releases
coordinates: groupId=net.phoenix artifactId=eventemitter version=1.0.1
coordinates: groupId=net.phoenix artifactId=eventemitter version=1.0.2
assets: extension=jar
filename: /build/libs/EventEmitter-1.0-all.jar

0 comments on commit 1ad320b

Please sign in to comment.