Skip to content

Fix publish latest tag #139

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Fix publish latest tag #139

merged 1 commit into from
Apr 28, 2025

Conversation

jeniii
Copy link
Collaborator

@jeniii jeniii commented Apr 25, 2025

Description

Provide description here

run: |
git push --delete origin latest || true
git tag -f latest
git push origin latest --force
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems like i cant run git in the release job

fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git

Copy link
Collaborator Author

@jeniii jeniii Apr 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blame on myself being lazy that moved this from tag job to the release job without testing :((((

@jeniii
Copy link
Collaborator Author

jeniii commented Apr 28, 2025

thanks!

@jeniii jeniii merged commit 51eb754 into main Apr 28, 2025
14 checks passed
@jeniii jeniii deleted the jg/latest-tag-fix branch April 28, 2025 21:27
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants