Skip to content

Commit

Permalink
try using GITHUB_REF (#592)
Browse files Browse the repository at this point in the history
* try ref_name
  • Loading branch information
cpholguera authored Dec 11, 2021
1 parent 185c6ae commit 0553324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documents Build
on: [push, workflow_dispatch]

env:
VERSION: "1.4.0"
VERSION: "${{ github.ref_name }}"

jobs:

Expand Down

0 comments on commit 0553324

Please sign in to comment.