Skip to content

Commit

Permalink
Release setup changes - include dist build and artifact upload in the…
Browse files Browse the repository at this point in the history
… release CI job
  • Loading branch information
manovotn committed Jul 1, 2024
1 parent 9916818 commit 489c9a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ jobs:
git rebase release
mvn -B release:perform -Drelease
git push
git push --tags
git push --tags
cd build
gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE}
- name: Upload dist ZIP file
uses: actions/upload-artifact@v4
with:
name: dist
path: ./build/weld-*

0 comments on commit 489c9a3

Please sign in to comment.