Skip to content

Commit

Permalink
Setup release generation and added CLI package to the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Aug 14, 2023
1 parent c51ac53 commit fe5a29f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Create release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.COMMIT_TOKEN }}
draft: true
generate_release_notes: true
fail_on_unmatched_files: true
files: |
metaschema-cli/target/metaschema-cli-*-metaschema-cli.*
# -------------------------
# Maven Site
# -------------------------
Expand Down

0 comments on commit fe5a29f

Please sign in to comment.