Skip to content

Commit cda9baf

Browse files
authored
Merge pull request #58 from IBM/update-github-actions-to-call-the-correct-jar-file
Call the correct codeanalyzer jar.
2 parents 4a683f5 + ab4e12e commit cda9baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Determine new tag
3838
id: newtag
3939
run: |
40-
VERSION=$(java -jar build/libs/codeanalyzer.jar --version | awk '{print $2}')
40+
VERSION=$(java -jar build/libs/*.jar --version | awk '{print $2}')
4141
TAG="v$VERSION"
4242
echo "tag=$TAG" >> $GITHUB_OUTPUT
4343

0 commit comments

Comments
 (0)