Skip to content

Commit

Permalink
Fixed Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Aug 13, 2024
1 parent bf7e744 commit f8fccc9
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 f8fccc9

Please sign in to comment.