Skip to content

Commit

Permalink
Assume version.txt as an unchanged file for git
Browse files Browse the repository at this point in the history
  • Loading branch information
filhodanuvem committed Jul 8, 2021
1 parent bde760a commit d17ee67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
-
name: Set up version.txt
run: |
git update-index --assume-unchanged version.txt
git describe --tags --abbrev=0 | tr -d '\n' > ./version.txt
echo "version found:"
cat ./version.txt
Expand Down

0 comments on commit d17ee67

Please sign in to comment.