Skip to content

Commit

Permalink
Obtain the tag version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Mar 14, 2021
1 parent 65debf7 commit 0c84c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new_tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
root_file: cv.tex
args: -lualatex --file-line-error --interaction=nonstopmode
- id: vars
run: echo ::set-output name=tag::${GITHUB_REF:10}
- name: "Create release"
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 0c84c96

Please sign in to comment.