diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c4515b3..03dde3c 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -22,10 +22,6 @@ jobs: name: Set up version.txt run: | git describe --tags --abbrev=0 | tr -d '\n' > ./version.txt - git config --global user.email "github@actions.com" - git config --global user.name "Github Actions" - git add ./version.txt - git commit -m "Upgrade version" echo "version found:" cat ./version.txt - diff --git a/.gitignore b/.gitignore index dc6c586..f74500d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ gitql .idea/ vendor test/test_helper/ -test/bats/ \ No newline at end of file +test/bats/ +.version.txt \ No newline at end of file