Skip to content

Commit

Permalink
modify github action key
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeytewari-ul committed Jan 25, 2024
1 parent d9f2543 commit 329d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mvn -B package --file pom.xml
- name: Get version
run: |
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
# Testing script
- name: Install Python
Expand Down

0 comments on commit 329d0d1

Please sign in to comment.