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

FIX: use git tag / git push instead of http soft tags #210

Merged
merged 3 commits into from Jun 13, 2023
Merged

Conversation

sbe-arg
Copy link
Collaborator

@sbe-arg sbe-arg commented Nov 1, 2022

Change git tag over http to git cli

Fixes: https://github.com/anothrNick/github-tag-action/actions/runs/3372412451/jobs/5595804270#step:4:89

My availability to test this is low.
But is what we use to tag the major tag in here https://github.com/anothrNick/github-tag-action/blob/master/.github/workflows/main.yml#L36-L50

I don't see why not use the same approach everywhere instead of soft tags.

We might need to add more checks to this.

@sbe-arg sbe-arg requested a review from sammcj November 1, 2022 20:26
entrypoint.sh Outdated Show resolved Hide resolved
entrypoint.sh Outdated Show resolved Hide resolved
@sammcj
Copy link
Collaborator

sammcj commented Nov 1, 2022

This would be a lot nicer!

I think it needs pretty good testing though given it's quite a fundamental change.

Any ideas on how we could get confidence in testing it?

@sbe-arg
Copy link
Collaborator Author

sbe-arg commented Jan 4, 2023

Ill test this in a few repos in the next few weeks from my fork and confirm.

@sbe-arg
Copy link
Collaborator Author

sbe-arg commented Jun 12, 2023

@sammcj lets merge this hahaha

everytime we merge a pr there are problems... look https://github.com/anothrNick/github-tag-action/actions/runs/5248300455/jobs/9479783919 from #272 tests succeded but permissions still dramatic I have no idea whats going on. I assume has to be related to ownership of source branch/repo

commit code changes

make it a flag so is not a breaking change

add testing for patch

fix id
@sbe-arg sbe-arg merged commit a2c70ae into master Jun 13, 2023
4 checks passed
@sbe-arg sbe-arg deleted the fix/git_tag branch June 13, 2023 21:21
This was referenced Apr 15, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants