Skip to content

Commit

Permalink
ci fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
fentas committed Mar 24, 2024
1 parent 1d04c70 commit a73a6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/argsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
title="Release ${TAG_NAME}"
branch="release-${TAG_NAME}"
git add argsh.min.sh
git commit -m "${title}"
git push origin "HEAD:refs/heads/${branch}"
gh pr create --title "${title}" --body "" --head "${branch}"

0 comments on commit a73a6bf

Please sign in to comment.