Skip to content

Commit

Permalink
Merge pull request #10 from OmOmofonmwan/feature/IAT-000-GitHub-Actions
Browse files Browse the repository at this point in the history
Fixed Syntax
  • Loading branch information
OmOmofonmwan authored Aug 13, 2024
2 parents bf7e744 + f8fccc9 commit 402d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Get Current Version
id: get_current_version
run: |
echo "POM_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
POM_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "::set-output name=POM_VERSION::$POM_VERSION"
- name: Print Version
Expand Down

0 comments on commit 402d240

Please sign in to comment.