Skip to content

Commit

Permalink
Change release order
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Jun 14, 2024
1 parent 62128a2 commit a66f4c9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ jobs:
- name: Build
run: ./gradlew assembleRelease packageDocs --stacktrace

- name: Github Release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
body: ${{ steps.get_release_notes.outputs.NOTES }}
draft: false
prerelease: false

- name: Publish to Maven Central
env:
SONATYPE_USERNAME: ${{ secrets.MAVEN_USER }}
Expand All @@ -88,6 +77,17 @@ jobs:
--max-workers 1
closeAndReleaseSonatypeStagingRepository
- name: Github Release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
body: ${{ steps.get_release_notes.outputs.NOTES }}
draft: false
prerelease: false

- name: Upload java doc assets
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a66f4c9

Please sign in to comment.