Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jan 8, 2025
1 parent 30c651d commit d695b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: oneteme/automation-scripts/.github/actions/sonar-java-scan@main
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- uses: oneteme/automation-scripts/.github/actions/mvn-project-version@main
- name: "mvn version"
uses: oneteme/automation-scripts/.github/actions/mvn-project-version@main
id: mvnVer
- run: echo ${{ steps.mvnVer.outputs.version }}
outputs:
version: ${{ steps.mvnVer.outputs.version }}
deploy:
Expand Down

0 comments on commit d695b33

Please sign in to comment.