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.
1 parent 63c826c commit ceaa319Copy full SHA for ceaa319
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
# --- Analyzer Rules and Next Version ---
58
59
- name: Move analyzer rules
60
- run: ./build.cmd move-analyzer-rules --version v${{ steps.version.outputs.VERSION }}
+ run: ./build.cmd move-analyzer-rules --current-version v${{ steps.version.outputs.VERSION }}
61
62
- name: Generate changelog
63
run: ./build.cmd docs-generate --stable
0 commit comments