Skip to content

Commit

Permalink
update extract version
Browse files Browse the repository at this point in the history
  • Loading branch information
peggimann committed Dec 11, 2023
1 parent 8d537fe commit bdff14f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract Maven project version
uses: actions/checkout@v4
run: echo "version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | sed 's/-SNAPSHOT$//')" >> $GITHUB_OUTPUT
id: store-version

Expand Down

0 comments on commit bdff14f

Please sign in to comment.