Skip to content

Commit ceaa319

Browse files
committed
Fix argument
1 parent 63c826c commit ceaa319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# --- Analyzer Rules and Next Version ---
5858

5959
- name: Move analyzer rules
60-
run: ./build.cmd move-analyzer-rules --version v${{ steps.version.outputs.VERSION }}
60+
run: ./build.cmd move-analyzer-rules --current-version v${{ steps.version.outputs.VERSION }}
6161

6262
- name: Generate changelog
6363
run: ./build.cmd docs-generate --stable

0 commit comments

Comments
 (0)