Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where does the trigger/* tag comes from? #204

Open
NobodyXu opened this issue Mar 14, 2023 · 3 comments
Open

Where does the trigger/* tag comes from? #204

NobodyXu opened this issue Mar 14, 2023 · 3 comments

Comments

@NobodyXu
Copy link
Member

After publishing cargo-quickinstall v0.2.9, created tag cargo-quickinstall-v0.2.9 for the test and fixing the e2etest #203 , somehow new tags:

trigger/aarch64-apple-darwin      
trigger/aarch64-unknown-linux-gnu 
trigger/x86_64-apple-darwin       

are created which caused the cronjob to fail.

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.

@NobodyXu
Copy link
Member Author

@alsuren Do you have any idea why is that happening?

@alsuren
Copy link
Collaborator

alsuren commented Mar 14, 2023 via email

@NobodyXu
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants