You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I greped the *.sh and .github/workflow/* and didn't find any usage of git-tag except in create_tag_and_release.sh which is used in build-version.yml and I didn't see any problem with that.
The text was updated successfully, but these errors were encountered:
My current guess is that you have them locally and they get pushed whenever
you run git push --tags. Delete them locally and then delete them on origin
and they should stay gone.
I don't know if it's possible to audit when a tag was made or by who. I
think not - I think tools tend to just give you the date/author of the
commit.
My current guess is that you have them locally and they get pushed whenever
you run git push --tags.
I only remember doing git push though and I didn't remember doing any git tag.
Anyway, I removed them from the repository and locally, so let's see if this will happen again.
After publishing
cargo-quickinstall
v0.2.9, created tagcargo-quickinstall-v0.2.9
for the test and fixing the e2etest #203 , somehow new tags:are created which caused the cronjob to fail.
I
grep
ed the*.sh
and.github/workflow/*
and didn't find any usage ofgit-tag
except increate_tag_and_release.sh
which is used inbuild-version.yml
and I didn't see any problem with that.The text was updated successfully, but these errors were encountered: