Skip to content

Commit

Permalink
chore: removed debug statements from the git build
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 20, 2024
1 parent d46dbac commit ed28bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,9 @@ jobs:
run: |
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Create package
run: zip -r mag-${{ env.RELEASE_VERSION }}.zip staging

- name: List files in the folder staging
run: |
ls ${{ github.workspace }}
### https://github.com/marketplace/actions/github-tag

- name: Bump version and push tag
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.bfh</groupId>
<artifactId>mobile-access-gateway</artifactId>
<version>0.0.28</version>
<version>0.0.29</version>
<description>FHIR Gateway supporting the PMIR and MHD server actors and uses XDS/PIXV3 to communicate with an XDS Affinity Domain</description>
<packaging>jar</packaging>

Expand Down

0 comments on commit ed28bb2

Please sign in to comment.