Skip to content

Commit

Permalink
Add CI workflow step to create GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Jun 4, 2024
1 parent 59ae53d commit 1a343c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
uses: mickem/gh-action-bump-maven-version@v1
- name: Build with Maven
run: mvn --batch-mode -Prelease deploy
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true

env:
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
Expand Down

0 comments on commit 1a343c2

Please sign in to comment.