Skip to content

Commit 0553324

Browse files
authored
try using GITHUB_REF (#592)
* try ref_name
1 parent 185c6ae commit 0553324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgenerator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documents Build
33
on: [push, workflow_dispatch]
44

55
env:
6-
VERSION: "1.4.0"
6+
VERSION: "${{ github.ref_name }}"
77

88
jobs:
99

0 commit comments

Comments
 (0)