Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jan 9, 2025
1 parent 11a7a28 commit 9ff6bd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: extract version
id: mvn_ver
id: prj_ver
uses: oneteme/automation-scripts/.github/actions/mvn-project-version@main
- name:
run: echo "version ${{ steps.mvn_ver.outputs.version }}"
outputs:
version: ${{ steps.mvn_ver.outputs.version }}
version: ${{ steps.prj_ver.outputs.version }}
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ff6bd6

Please sign in to comment.