File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 path : ~/.m2
2020 key : ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}
2121 restore-keys : ${{ runner.os }}-m2
22- - uses : Project-Env/project-env-github-action@v1.3.0
22+ - uses : Project-Env/project-env-github-action@v1.3.1
2323 - run : mvn -B -Psonar verify
2424 if : ${{ github.actor != 'dependabot[bot]' }}
2525 env :
Original file line number Diff line number Diff line change 1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2020 - id : revision
2121 run : echo "revision=$(echo '${{ steps.release.outputs.tag_name }}' | cut -c2-)" >> $GITHUB_OUTPUT
22- - uses : Project-Env/project-env-github-action@v1.3.0
22+ - uses : Project-Env/project-env-github-action@v1.3.1
2323 - run : |
2424 mvn -B -s etc/m2/settings-ci.xml deploy "-Drevision=${{ steps.revision.outputs.revision }}"
2525 env:
You can’t perform that action at this time.
0 commit comments