Skip to content

Commit

Permalink
ci: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed Jan 4, 2023
1 parent ea28234 commit fad899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

- name: Test Maven Command
run: echo "mvn help:evaluate -Dexpression=project.version -q -DforceStdout"
run: echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"

- name: Test RELEASE_VERSION
run: echo {{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit fad899a

Please sign in to comment.