We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a683f5 + ab4e12e commit cda9bafCopy full SHA for cda9baf
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Determine new tag
38
id: newtag
39
run: |
40
- VERSION=$(java -jar build/libs/codeanalyzer.jar --version | awk '{print $2}')
+ VERSION=$(java -jar build/libs/*.jar --version | awk '{print $2}')
41
TAG="v$VERSION"
42
echo "tag=$TAG" >> $GITHUB_OUTPUT
43
0 commit comments