Skip to content

Commit 7f14cf0

Browse files
Correct the comment
### What's done: * Fixes #1478.
1 parent 313888f commit 7f14cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
{ "id": "kotlin-maven-plugin-tools", "username": "${{github.actor}}", "password": "${{ secrets.GITHUB_TOKEN }}" }
5151
]
5252
# Runs tests, incl. smoke tests (using a fat JAR built from the
53-
# "diktat-ruleset" module).
53+
# "diktat-ruleset" module). The fat JAR is also used later during the
54+
# "upload-release-asset" step (see below).
5455
- name: Run tests
5556
run: mvn -B clean install
5657
# "diktat-ruleset" is a module that creates a fat JAR, which is,

0 commit comments

Comments
 (0)