Skip to content

Commit

Permalink
adding resources ro release
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 3, 2024
1 parent facb3e8 commit 2d2dd48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,15 @@ jobs:

- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release

with:
body: ${{steps.github_release.outputs.changelog}}

# tag_name: ${{ steps.tag.outputs.tag }}
files: |
LICENSE
api/target/api-0.0.1-SNAPSHOT.jar
ui/target/ui-0.0.1-SNAPSHOT.jar
############################################
# Deploy API to production server
###########################################
Expand Down

0 comments on commit 2d2dd48

Please sign in to comment.