Skip to content

Commit

Permalink
Merge pull request #58 from IBM/update-github-actions-to-call-the-cor…
Browse files Browse the repository at this point in the history
…rect-jar-file

Call the correct codeanalyzer jar.
  • Loading branch information
rahlk authored Oct 21, 2024
2 parents 4a683f5 + ab4e12e commit cda9baf
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 @@ -37,7 +37,7 @@ jobs:
- name: Determine new tag
id: newtag
run: |
VERSION=$(java -jar build/libs/codeanalyzer.jar --version | awk '{print $2}')
VERSION=$(java -jar build/libs/*.jar --version | awk '{print $2}')
TAG="v$VERSION"
echo "tag=$TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cda9baf

Please sign in to comment.