Skip to content

Commit

Permalink
using git fetch --tags...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilPepper committed Dec 9, 2020
1 parent 6049da4 commit c3deb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

- id: set_vars
run: |
GIT_TAG=$(git describe --first-parent --tags)
git fetch --tags
GIT_TAG=$(git describe --first-parent)
echo "::set-output name=git_tag::$GIT_TAG"
- name: Setup MSBuild.exe
Expand Down

0 comments on commit c3deb0d

Please sign in to comment.