Skip to content

Commit

Permalink
build: Include a release step on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 11, 2023
1 parent ea27188 commit cf5bf5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ env.TAG }}

- if: github.ref == 'refs/heads/main'
name: Release artifacts
uses: gradle/gradle-build-action@v2
with:
arguments: jreleaserFullRelease
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf5bf5f

Please sign in to comment.