Skip to content

Commit

Permalink
Merge pull request #19 from MOderkerk/development
Browse files Browse the repository at this point in the history
development
  • Loading branch information
MOderkerk committed Feb 8, 2022
2 parents b1b015a + a25fba0 commit 8fd879e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,15 @@ jobs:
- name: Change Version of Release version
run: mvn -B versions:set -DnewVersion=1.0.${{github.run_number}} --file pom.xml -P java${{ matrix.version }}

- name: Create Release Notes
uses: johnyherangi/create-release-notes@main
id: create-release-notes
env:
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT }}

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT }}
with:
tag_name: 1.0.${{github.run_number}}
release_name: Release 1.0.${{github.run_number}}
body: ${{ steps.create-release-notes.outputs.release-notes }}
body: changes see changelog.md


- name: Publish to GitHub Packages Apache Maven
Expand Down

0 comments on commit 8fd879e

Please sign in to comment.