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 185c6ae commit 0553324Copy full SHA for 0553324
.github/workflows/docgenerator.yml
@@ -3,7 +3,7 @@ name: Documents Build
3
on: [push, workflow_dispatch]
4
5
env:
6
- VERSION: "1.4.0"
+ VERSION: "${{ github.ref_name }}"
7
8
jobs:
9
0 commit comments