Skip to content

Commit

Permalink
Split up full-release into assemble and full-release
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Aug 3, 2022
1 parent e88e015 commit c523cb3
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 @@ -20,10 +20,19 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: ./jbang export native p2e.java
- name: Assemble
uses: jreleaser/[email protected]
with:
version: 1.1.0
setup-java: false
arguments: assemble
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
- name: Release
uses: jreleaser/[email protected]
with:
version: 1.1.0
setup-java: false
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c523cb3

Please sign in to comment.