Skip to content

Commit

Permalink
feat: added the new get version from pom action
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 7, 2024
1 parent edfd3e3 commit de9e012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
name: Package
path: staging
- name: GetVersion
uses: ./
id: getVersion
- name: Print the version
run: echo "The version we just got is ${{ steps.getVersion.outputs.version }}"

# Below we need to temporarily disable
#- name: Generate the Jacoco report
Expand Down

0 comments on commit de9e012

Please sign in to comment.