Skip to content

Commit

Permalink
update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Dec 16, 2021
1 parent b1850f6 commit e356222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: philipparndt/get-release-number@v1
id: next
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releaseType: ${{ github.event.inputs.releaseType }}

- name: Set up JDK 8
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit e356222

Please sign in to comment.