mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
create release command fix2
This commit is contained in:
@@ -29,7 +29,8 @@ Create a release tag and push it to origin. The GitHub Action will automatically
|
|||||||
5. Create annotated tag on that commit:
|
5. Create annotated tag on that commit:
|
||||||
- Run `git tag -a v$ARGUMENTS -m "Release v$ARGUMENTS"`
|
- Run `git tag -a v$ARGUMENTS -m "Release v$ARGUMENTS"`
|
||||||
|
|
||||||
6. Push commit and tag:
|
6. Push commit and tag separately (pushing both in one step causes GitHub Actions to skip the release workflow):
|
||||||
- Run `git push origin main --tags` (or current branch)
|
- Run `git push origin main` (or current branch)
|
||||||
|
- Run `git push origin v$ARGUMENTS`
|
||||||
|
|
||||||
7. Confirm success with the version number
|
7. Confirm success with the version number
|
||||||
|
|||||||
Reference in New Issue
Block a user